Closed robodove closed 7 months ago
Hi, i can't reproduce this
If you can provide me with an example i will reopen and look into this!
In any case, why would it make sense to not pin exact versions of PixiJS peer dependency?
this project should work for any pixi v6/7 version, so it shouldn't need to be pinned to a specific version, just a major version which >=6.0.0
should cover
Current Behavior
Everything was working until pixi.js released v7.3.3 yesterday
Now our production build fails, local builds fail
Expected Behavior
Well existing packages shouldn't be affected!
Steps to Reproduce
So far haven't been able to pin it down, but we get the error of
Can't redeclare "SORTABLE_CHILDREN";
Environment
@pixi/react
version: 7.0.2pixi.js
version: 7.1.2React
version: 18xReactDOM
version: 18xPossible Solution
Well, maybe pin the peer dep <= 7.3.3 ?
Additional Information
No response