-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Repeat words in plain text aren't reactive #5931
Comments
Interesting find. I can reproduce this. But as soon as I modify the |
this is a regression caused by this: #5028 which was introduced in 3.24.0 the last version of this is working: https://svelte.dev/repl/05576047e43c40d38b1b8446dca313e1?version=3.23.2 |
Nice! |
Reopening so we can track it and close after it's fixed |
Oh, I misunderstood; I thought is was fixed, stupid haha |
This issue: #5028 I think update TextNode should not compare |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixes: sveltejs#5018 Fixes: sveltejs#5931 Issue caused because of setting the updated value to the data property of moustache text node, use innerText if parent have contenteditable attribute
This should be fixed in 3.58.0 - thank you! |
I find this bug just in testing in svelte.dev
Describe the bug
This code does not show "Hello Hello world!" after 1.5 seconds in expect:
Maybe diff function is not work in expect?
I'm new to svelte, maybe this is just a feature ?
The text was updated successfully, but these errors were encountered: