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
[Vue warn]: Error in render: "TypeError: item.a is undefined"
found in
---> <HelloWorld> at /src/components/HelloWorld.vue
<App> at /src/App.vue
<Root>
and "1" is still being rendered.
I have two of the same components next to each other and switch between them using v-else.
This used to work in earlier versions of Vue but in 2.6.6 I get this unexpected render error. It appears as if component 1 is being rendered with the properties of component 2.