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
I saw your commits to zustand code base. Is zustand latest version different from your last test?
Do you think in the future zustand will support every case? Or some cases will be impossible?
Thank you for your attention to react concurrent mode issues.
The text was updated successfully, but these errors were encountered:
Current test is on v3.2.0 and the latest version is v3.3.1. I suppose the result is the same.
With the future version (PR here pmndrs/zustand#160 ), I would expect it's safe in CM.
Note that the goal is not to make all green. Especially, check 7 is for React state only. Theoretically, it's not possible for module state like zustand, redux and many others.
Hi,
I saw your commits to zustand code base. Is zustand latest version different from your last test?
Do you think in the future zustand will support every case? Or some cases will be impossible?
Thank you for your attention to react concurrent mode issues.
The text was updated successfully, but these errors were encountered: