-
Notifications
You must be signed in to change notification settings - Fork 57
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
Uncaught TypeError: renderer.incDisplayOrder is not a function #105
Comments
Which version of pixi do you use with it? Probably because "renderer" wasnt patched somehow, that means there are two pixi-'s in your node_modules, one yours and one from pixi-layers, and pixi-layers patched wrong pixi re-installing deps and checking everything usually helps |
i have pixi downloaded as single pixi.js file added in html and the layers is via npm install, might that be the issue? im using pixi.js - v7.3.2 |
You have to use pixi-layers.umd , it exists in node_modules, just copy that file, and include same way in your html . It is specially for us , old-timers :) |
One moment, i dont see it in npm : ( gonna check again |
https://www.npmjs.com/package/pixi-layers?activeTab=code
|
thanks, that solved the problem :) i appreciate your help alot |
using this, when i do app.stage = new Stage(); it gives me this error, i have not found anything about it and i appreciate any help
The text was updated successfully, but these errors were encountered: