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
After upgrading vue js from v2.6.12 to v2.6.13 some components don't get render and no warning message or error message in the console. but when I try to downgrade to version 2.6.12, the component successfully render.
Component code that doesn't get render using v2.6.13
What is expected?
should render the component
What is actually happening?
component does not render
why is the component not rendering, but it works when give them a wrapper container , here is a demo
The text was updated successfully, but these errors were encountered:
Version
2.6.13
Reproduction link
https://codesandbox.io/s/vue-component-2613-5hzzy
Steps to reproduce
After upgrading vue js from v2.6.12 to v2.6.13 some components don't get render and no warning message or error message in the console. but when I try to downgrade to version 2.6.12, the component successfully render.
Component code that doesn't get render using v2.6.13
What is expected?
should render the component
What is actually happening?
component does not render
why is the component not rendering, but it works when give them a wrapper container , here is a demo
The text was updated successfully, but these errors were encountered: