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
Seems like we can't make react@18 + react-dom@18 + zustand (or other state manager with useSyncExternalStore, not tested for this)+ react-pixi-fiber work together.
I was keeping having this error: TypeError: dispatcher.useSyncExternalStore is not a function util upgraded the reconciler for temp fix.
The fix just works for me, but it couldn't pass all tests.
The text was updated successfully, but these errors were encountered:
pmndrs/zustand#1026 (comment)
Seems like we can't make react@18 + react-dom@18 + zustand (or other state manager with
useSyncExternalStore
, not tested for this)+ react-pixi-fiber work together.I was keeping having this error:
TypeError: dispatcher.useSyncExternalStore is not a function
util upgraded the reconciler for temp fix.The fix just works for me, but it couldn't pass all tests.
The text was updated successfully, but these errors were encountered: