Closed linediconsine closed 1 year ago
I just found the same issue today. I'm going to guess it requires an older version of React than 18.2.0? On StackOverflow a suggested work-around for similar issues (with other packages) is to use the flag --force. I tried it and the install went ahead, but it led to a lot of audit errors and I'm not sure if it will actually work (use at own risk, it might break your project).
fixed in https://github.com/pixijs/pixi-react/commit/29e19690d9ba0a8e435ba0c164e8b77ca286f61e, but you have to npm i @pixi/react-pixi
rather than npm install @inlet/react-pixi
Yes this was a peer-deps issue in that @inlet/react-pixi
did not support React 18, please use @pixi/react-pixi
to resolve (and report any issues if you find them as we're still in alpha
!) 😄
Description
I see errors while try to install this library
Steps to reproduce
Additional info