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
Stage.js version : 0.9.4
Vue.js version 3.3.4
Development environment : Vite
Package manager : PNPM 8.6.9
I created a small project with the Vue.js framework to test the Stage.js library.
When I try to import the library I get an error:
Uncaught ReferenceError: DEBUG is not defined
at node_modules/.pnpm/stage-js@0.9.4/node_modules/stage-js/lib/core.js (core.js:2:3)
at __require (chunk-76J2PTFD.js?v=a126181c:3:50)
at node_modules/.pnpm/stage-js@0.9.4/node_modules/stage-js/lib/index.js (index.js:1:18)
at __require (chunk-76J2PTFD.js?v=a126181c:3:50)
at node_modules/.pnpm/stage-js@0.9.4/node_modules/stage-js/platform/web.js (web.js:1:18)
at __require (chunk-76J2PTFD.js?v=a126181c:3:50)
at web.js:16:1
Hi @LuckyFox31 , please temporary add var DEBUG = false; or true to your code, I'm working on a new major update, but will make an minor update to just a fix this issue today.
I created a small project with the Vue.js framework to test the Stage.js library.
When I try to import the library I get an error:
This error appears in this import:
I also tried this import:
Here is my code :
Has anyone ever encountered this error?
How can I solve this problem?
The text was updated successfully, but these errors were encountered: