Template cache bug #4398
Labels
has workaround
A workaround has been found to avoid the problem
🐞 bug
Something isn't working
🔩 p2-edge-case
Version
3.2.4
Reproduction link
https://codesandbox.io/s/purple-rain-2fooh
Steps to reproduce
If there are 2 separate Vue apps on the same page using the same root component using in-DOM templates, both of the apps will use the template of the first app.
What is expected?
Expected the sample above to render:
foo
bar
What is actually happening?
Sample above renders:
foo
foo
The text was updated successfully, but these errors were encountered: