dataarts / dat.gui

Lightweight controller library for JavaScript.
Apache License 2.0
7.5k stars 1.09k forks source link

Uncaught TypeError: Cannot set property 'dat' of undefined #302

Open walibukhari opened 3 years ago

walibukhari commented 3 years ago

I am getting this error while importing dat.gui.js:

Uncaught TypeError: Cannot set property 'dat' of undefined at dat.gui.js:17 at dat.gui.js:18

HTML import: <script type="module" src="js/dat.gui.js"></script> Javascript import: import * as dat from "./js/dat.gui.js";

Is this my code fault or a vulnerability in the file itself?

tomhsiao1260 commented 3 years ago

I think in this case you need to use dat.gui.module.js instead. https://github.com/dataarts/dat.gui/tree/master/build