I have a module called Chat, which uses a Custom Component that I implemented.
The Chat module is used inside other modules—for example, one called Customer Manager.
In production, the Chat module is sometimes duplicated when used inside the Customer Manager module.
However, in edit mode, it appears only once, as expected.
Has anyone experienced something similar or knows what might be causing this issue? Any help would be greatly appreciated!
Just wanted to circle back and check if flattening things out and removing that extra layer of modules was able to fix this bug!
Modules are pretty old and will soon be getting a major version 2.0 lift to get rid of some known bugs such as this one. I would highly recommend not nesting modules and keeping them simple and used for boilerplate groups of components like headers and footers that you will be duplicating often