[Bug] The error generated dynamic `createTextNode` in `v-for`
LittleSound opened this issue · 0 comments
LittleSound commented
Description
In some cases, the text in v-for cannot be updated.
Because v-for needs function updateEffect to update Dom, but the dynamic createTextNode is incompatible with this behavior.
I refactored the v-for runtime in PR #217, which will solve this problem.
Playground
Method to reproduce the error: After entering the page, click the change button and observe the changes.