Subscribe on changes!

Different web-components don't work on the same environment

avatar
Nov 29th 2022

Vue version

3

Link to minimal reproduction

https://jsfiddle.net/nLsdboa7/3/

Steps to reproduce

If you comment the first script and the first web-component, you should be able to see an image (which is the second web component). This is proving that the second web-component is working if it is by itself but it stops working if it is with a different one.

What is expected?

I expect to see 2 different web-components rendered

What is actually happening?

I can see just the web-component loaded by the first script.

System Info

No response

Any additional comments?

No response

avatar
Nov 29th 2022

we can't debug minified code. Please provide a runnable reproduction that contains clear code.