fran-aguilar / a-framedc

charts built with A-frame
https://fran-aguilar.github.io/a-framedc/
26 stars 8 forks source link

ReferenceError: $ is not defined #1

Open anton6 opened 6 years ago

anton6 commented 6 years ago

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

shikharka commented 6 years ago

I am getting same error.