-
Notifications
You must be signed in to change notification settings - Fork 843
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
isKeyed test appears to be wrong for qwik #1496
Comments
Qwik replaces the whole table when replacing all rows. No other implementation came up with that solution so far. |
so is that good or bad 😆 |
it depends, for benchmark purposes it is a clever cheat, for real-world applications it is an awful feature/behavior. |
The isKeyed test claims that qwik is non-keyed. Adding a background-color on the tr shows that the dom state is properly in sync with the data for create, remove and swap (or the external state is nicely moved?)
Until resolved we'll add qwik as keyed. Any ideas why the test fails?
The text was updated successfully, but these errors were encountered: