Trying to use this package but getting the following error:
aframedc.js:294 Uncaught (in promise) ReferenceError: $ is not defined at NewComponent.default_update (http://localhost:3000/static/js/bundle.js:130446:26) at NewComponent.updateProperties (http://localhost:3000/static/js/bundle.js:84208:13) at HTMLElement.value (http://localhost:3000/static/js/bundle.js:83061:20) at doUpdateComponent (http://localhost:3000/static/js/bundle.js:83038:15) at Array.forEach (native) at HTMLElement.value (http://localhost:3000/static/js/bundle.js:83020:40) at entityLoadCallback (http://localhost:3000/static/js/bundle.js:82843:15) at emitLoaded (http://localhost:3000/static/js/bundle.js:83687:22) at <anonymous>
I am using aframe-react, not sure if this causes the problem?
I'm using "aframe": "0.5.0" and "a-framedc": "1.0.8".
Trying to use this package but getting the following error:
aframedc.js:294 Uncaught (in promise) ReferenceError: $ is not defined at NewComponent.default_update (http://localhost:3000/static/js/bundle.js:130446:26) at NewComponent.updateProperties (http://localhost:3000/static/js/bundle.js:84208:13) at HTMLElement.value (http://localhost:3000/static/js/bundle.js:83061:20) at doUpdateComponent (http://localhost:3000/static/js/bundle.js:83038:15) at Array.forEach (native) at HTMLElement.value (http://localhost:3000/static/js/bundle.js:83020:40) at entityLoadCallback (http://localhost:3000/static/js/bundle.js:82843:15) at emitLoaded (http://localhost:3000/static/js/bundle.js:83687:22) at <anonymous>
I am using aframe-react, not sure if this causes the problem?
I'm using "aframe": "0.5.0" and "a-framedc": "1.0.8".
Any idea? Thanks