i have an application as a parent app.
I load two different apps as custom elements with lazy loading.
The following problems occur:
With the normal build (not the prod build)
- When the page is initially loaded, I navigate to the first link with my custom element. (Everything works so far)
- When I navigate to the other one and come back, I get the following warnings and the element is no longer displayed. Any idea what could be the cause?

With the prod build
when I build my custom elements with the production build, only one element works and the other does not.
Are there any conflicts?
PS. i'm using shadow DOM

