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
When importing aframe and aframe-leap-hands, I think somehow the latter isn't loaded before the a-scene is created, because it results in the following error: 'ReferenceError: assignment to undeclared variable Leap'. Maybe the fact that the main.js file is loaded in the body is the culprit here?
Would you perhaps know what the issue could be here?
When importing aframe and aframe-leap-hands, I think somehow the latter isn't loaded before the a-scene is created, because it results in the following error: 'ReferenceError: assignment to undeclared variable Leap'. Maybe the fact that the main.js file is loaded in the body is the culprit here?
Would you perhaps know what the issue could be here?
webpack.config.js:
src/index.js:
And finally, the adjusted code from your example leap-hands.
dist/index.html:
The text was updated successfully, but these errors were encountered: