Description:
This PR bumps React to v18 and the React Reconciler to the latest version, updating hostConfig accordingly. It also fixes unit tests which broke as a result of this change.
This is a solution to support v18 only and makes no changes/additions to docs, which will require an overhaul to support v18 - most likely replacing docz with a combination of docusaurus and storybook to be carried out on a separate PR.
Description: This PR bumps React to v18 and the React Reconciler to the latest version, updating
hostConfig
accordingly. It also fixes unit tests which broke as a result of this change.This is a solution to support v18 only and makes no changes/additions to docs, which will require an overhaul to support v18 - most likely replacing
docz
with a combination ofdocusaurus
andstorybook
to be carried out on a separate PR.Related issue (if exists): https://github.com/pixijs/pixi-react/issues/337