pixijs / pixi-react

Write PIXI apps using React declarative style
https://pixijs.io/pixi-react/
MIT License
2.33k stars 177 forks source link

I tried to install this package after create react-app newly, but it's been failed. #344

Closed romansavchuk1 closed 2 years ago

romansavchuk1 commented 2 years ago

Description

I tried to install this package after create react-app, but it's failed. image

Steps to reproduce

  1. npx create-react-app my-app
  2. npm install @inlet/react-pixi --save

Additional info

mark-strudwick commented 2 years ago

This is also failing for me. I believe it's because react is now on version 18, but this only supports 17

inlet commented 2 years ago

Yes this is because this lib is not yet compatible with React 18

romansavchuk1 commented 2 years ago

I see, I solved it by changing of react version.