Replies: 2 comments
-
Same here. Throwing up an error when you re-render the div with new data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried v-bind:key=someuniquekey ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looks like a bug during destroy / unmount component. After
@vue:unmount
is executed I get error messages in console.Looks like template triggeres a reactive data getter during component is destroyed and getter function no more exists?
Template
Component
I'm new with (petite-)vue and code isn't optimized, but shouldn't throw errors that way?
Beta Was this translation helpful? Give feedback.
All reactions