You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When only one instance was mounted, the root id was defined as 0:root. If the other instance was mounted, like 'second-app', its root id was defined as 1:1, which was expected to be 1:root.
To fix it, I think the logic of component id generation should be optimized.
Version
6.0.0-beta.15
Browser and OS info
Chrome 91 / Firefox 89 / Windows 10
Steps to reproduce
What is expected?
The value in the devtools inspector updates after clicking the button.
What is actually happening?
The value does not update in the devtools inspector until the force refresh button is clicked.
The text was updated successfully, but these errors were encountered: