You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To find the exact sequence that makes it fail and made #4472 to fix it. Thank you for bearing with me to find this fix. In the future you would be better off creating a new issue, I came across this by accident 😅 closed issues are often unsubscribed from
Describe the bug
With preact version from 10.16.0 to 10.22.0, and code below:
Updating array
items
(shuffle it) leads to unexpected ordering.preact version 10.15.0 and below will not reproduce this issue.
To Reproduce (with Stackblitz)
Steps to reproduce the behavior:
Expected behavior
Numbers should be in order:
To Reproduce (in preact unit test)
test/browser/render.test.js
,Expected behavior
Test should pass.
The text was updated successfully, but these errors were encountered: