bumberboy
bumberboy
I'm also experiencing this. Did you figure out how to solve this? @tomas-sipko > @OlgaRedozubova The patch helped with local development using, however, when I build it with `vite build`...
temp solution: ``` npm i "https://github.com/davidfig/pixi-viewport.git#master" --save ``` you might need: ``` npm install --save-dev husky npm install --global yarn ```
I believe the issue is in the version hosted by npm. In the master branch here, the Viewport has events instead of interactions. The command above will force npm to...
Hello @carlopi or team! I’ve been following this PR and wanted to mention how valuable it would be for our work. Just wondering if there’s an update or anything I...