react-pixi-fiber icon indicating copy to clipboard operation
react-pixi-fiber copied to clipboard

TypeError dispatcher.useSyncExternalStore is not a function

Open namigongyi opened this issue 9 months ago • 1 comments

Description

when I use xstate in React 18.x. here is a error, dispatcher.useSyncExternalStore is not a function. some thing breaking change(useSyncExternalStore hook) in latest version. Is there a plan to upgrade to the latest version?

Steps to reproduce

https://codesandbox.io/p/sandbox/react-pixi-fiber-xstate-vpx67p

Additional info

  • react-pixi-fiber version: 1.0.6
  • React version: 18.2.0
  • ReactDOM version:18.2.0
  • PixiJS version:7.4.2
  • xstate version: 5.13.0

namigongyi avatar May 19 '24 10:05 namigongyi