pixijs / pixi-react

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

Fixed pixi.js version in readme and docs #492

Open TejasBhovad opened 3 weeks ago

TejasBhovad commented 3 weeks ago
Description of change

Because pixi-react doesnt support latest version of pixi.js yet the docs and readme file needed updating to install v7 of pixi.js

Fixes: changed npm install pixi.js @pixi/react to npm install pixi.js@7 @pixi/react

Pre-Merge Checklist
codesandbox-ci[bot] commented 3 weeks ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit cb7077447e23a4e1cc4a48c3aa9c2226c594cd24:

Sandbox Source
sandbox Configuration
TejasBhovad commented 3 weeks ago

why do the test cases fail? Also npm install fails

Screenshot 2024-06-09 at 1 02 33 AM