michalochman / react-pixi-fiber

Write PixiJS applications using React declarative style.
MIT License
858 stars 94 forks source link

Breaking changes in React experimental branch #339

Open jackpope opened 3 months ago

jackpope commented 3 months ago

Description

React is preparing changes, including some breaking, for the next major release. There are changes to the Reconciler that break react-pixi-fiber.

To prepare for the new versions, react-pixi-fiber should build against the latest changes by upgrading react-reconciler, which requires new methods since 0.26.2. See all

Steps to reproduce

1 .Install react and react-dom experimental

  1. Load react-pixi-fiber demo
  2. Observe error

Sandbox: https://codesandbox.io/p/sandbox/react-pixi-fiber-demo-rotating-bunny-forked-3j3jjp

Additional info