pixijs / pixi-react

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

update pixi.js dep to 6.3.0 #332

Closed spassvogel closed 2 years ago

spassvogel commented 2 years ago

Description

After updating pixi.js in my project to 6.3.0 I'm getting a typescript error

image

Additional info

inlet commented 2 years ago

I think it has something to do with PixiViewport, can you please share a codesandbox with a demo? thanks in advance!

spassvogel commented 2 years ago

So weird.. the problem went away after deleting node_modules and reinstalling deps.. thx !

inlet commented 2 years ago

That's odd indeed, but glad the issue is resolved. Thanks!