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
I get this error: Uncaught ReferenceError: Cannot access 'Scrollbox' before initialization
Related
FWIW, I was also trying to get it to work with requireJS. I am able to get pixi, pixi-filters, and bump loading, but when I try and add in scrollbox, I get errors like Uncaught Error: Script error for "@pixi/math", needed by: pixi-viewport
Sorry if this is just me knowing nothing about node and little about JS builds, or just messing up requirejs syntax!
The Issue
This code suggested in the README doesn't seem to work for me:
I get this error: Uncaught ReferenceError:
Cannot access 'Scrollbox' before initialization
Related
FWIW, I was also trying to get it to work with requireJS. I am able to get pixi, pixi-filters, and bump loading, but when I try and add in scrollbox, I get errors like
Uncaught Error: Script error for "@pixi/math", needed by: pixi-viewport
Sorry if this is just me knowing nothing about node and little about JS builds, or just messing up requirejs syntax!
The text was updated successfully, but these errors were encountered: