Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] The error generated dynamic createTextNode in v-for #220

Closed
LittleSound opened this issue May 29, 2024 · 0 comments · Fixed by #217
Closed

[Bug] The error generated dynamic createTextNode in v-for #220

LittleSound opened this issue May 29, 2024 · 0 comments · Fixed by #217
Assignees
Labels
bug Something isn't working

Comments

@LittleSound
Copy link
Member

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.

@LittleSound LittleSound added the bug Something isn't working label May 29, 2024
@LittleSound LittleSound self-assigned this May 29, 2024
@LittleSound LittleSound changed the title [Bug] The error generated dynamic createTextNode in v-for [Bug] The error generated dynamic createTextNode in v-for May 29, 2024
@sxzz sxzz closed this as completed in #217 May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant