Replies: 3 comments 10 replies
-
+1 for this issue |
Beta Was this translation helpful? Give feedback.
-
I think the error is just that you're x-modeling to var that doesn't exist. I turned on the experimental debug mode (#1607) and it shows elements with error so you can see it better. |
Beta Was this translation helpful? Give feedback.
-
The issue is that you are using an entire object as the Try: I will investigate and see if there is a fix for this case or a better error to throw - however, x-for keys should be something stringable, not objects. If you think a piece of documentation would have warned you against this, please PR a note in the docs - thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reloading a x-for template results in " Cannot read property 'remove' of undefined" error.
See example here: https://jsfiddle.net/yabdab/esvjwLtg/19/
Click first time works fine, click second time to reload and it fails.
Beta Was this translation helpful? Give feedback.
All reactions