Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Pixi v5 #127

Open
bohdanz1997 opened this issue Jul 7, 2019 · 1 comment
Open

Issue with Pixi v5 #127

bohdanz1997 opened this issue Jul 7, 2019 · 1 comment

Comments

@bohdanz1997
Copy link

`
TypeError: Cannot read property 'registerPlugin' of undefined
(anonymous function)
node_modules/gown/src/interaction/ResizeManager.js:274
271 | this.onResize = null;
272 | };
273 |

274 | PIXI.WebGLRenderer.registerPlugin('resize', ResizeManager);
275 | PIXI.CanvasRenderer.registerPlugin('resize', ResizeManager);
`

@FlorianLudwig
Copy link
Member

Hi @bohdanz1997, thank you for reporting this issue.

We currently do not use pixi v5 as we are still on v4 with our own projects using gown. So there currently is no effort made in porting gown.js. If you are interested, merge requests for porting to v5 are welcome though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants