You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I used @inlet/react-pixi (version: 6.8.0) and pixi.js-legacy (version: 5.1.5) and it was working fine.
I wanted to upgrade, so a removed @inlet/react-pixi and install newest @react/pixi (version: 7.1.2) and pixi.js-legacy (version: 7.4.2) and with this combination a have an error: Uncaught TypeError: Cannot read properties of undefined (reading 'current') and application dies.
I tried to use @inlet/react-pixi (version: 6.8.0) with pixi.js-legacy (version: 7.4.2) and it works fine, so problem is upgrading from @inlet/react-pixi to @react/pixi. Any ideas what is going on ?
Current Behavior
Hi. I used @inlet/react-pixi (version: 6.8.0) and pixi.js-legacy (version: 5.1.5) and it was working fine.
I wanted to upgrade, so a removed @inlet/react-pixi and install newest @react/pixi (version: 7.1.2) and pixi.js-legacy (version: 7.4.2) and with this combination a have an error:
Uncaught TypeError: Cannot read properties of undefined (reading 'current')
and application dies.I tried to use @inlet/react-pixi (version: 6.8.0) with pixi.js-legacy (version: 7.4.2) and it works fine, so problem is upgrading from
@inlet/react-pixi
to@react/pixi
. Any ideas what is going on ?Expected Behavior
Application works and not throwing error.
Steps to Reproduce
Just try to render simplest thing, like:
I think that it's probably with my app configuration but i have no idea what can cause this problem.
Environment
@pixi/react
version: 7.1.2pixi.js
version: 7.4.2React
version: ^17.0.0ReactDOM
version: ^17.0.0Possible Solution
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: