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
Hi,
I have following problem: Uncaught TypeError: Cannot read property 'indexOf' of undefined at EZGUI.Compatibility.EZGUI.Compatibility (EZGUI.js?8d6b:555)
It highlight this line of code: if (PIXI.VERSION.indexOf('v3.') == 0 || PIXI.VERSION.indexOf('3.') == 0)
It looks like there is no Pixi in my project, but I have it. Can you give me advice?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have following problem:
Uncaught TypeError: Cannot read property 'indexOf' of undefined at EZGUI.Compatibility.EZGUI.Compatibility (EZGUI.js?8d6b:555)
It highlight this line of code: if (PIXI.VERSION.indexOf('v3.') == 0 || PIXI.VERSION.indexOf('3.') == 0)
It looks like there is no Pixi in my project, but I have it. Can you give me advice?
Thanks
The text was updated successfully, but these errors were encountered: