Hi
I'm getting this error when trying to import bit-autocomplete. Our project uses can "2.3.7", is this a conflict with the internal can 2.2.1 dependency?
We followed the npm installation instructions in the bit-autocomplete docs and are using StealjS 0.13.2 with ES6 modules.
steal.js:140 Potentially unhandled rejection [4] TypeError: Error loading "bit-autocomplete@0.0.1#autocomplete.stache!can@2.2.1#view/stache/system" at
Error loading "bit-autocomplete@0.0.1#autocomplete.stache!can@2.2.1#view/stache/system" from "components/requisition/requisition" at http://asurion.nsvms/components/requisition/requisition.js
Cannot read property 'default' of undefined
at http://asurion.nsvms/node_modules/steal/steal.js:4599:24
at tryCatchReject (http://asurion.nsvms/node_modules/steal/steal.js:1183:30)
at runContinuation1 (http://asurion.nsvms/node_modules/steal/steal.js:1142:4)
at Fulfilled.when (http://asurion.nsvms/node_modules/steal/steal.js:930:4)
at Pending.run (http://asurion.nsvms/node_modules/steal/steal.js:821:13)
at Scheduler._drain (http://asurion.nsvms/node_modules/steal/steal.js:97:19)
at Scheduler.drain (http://asurion.nsvms/node_modules/steal/steal.js:62:9)
at MutationObserver.run (http://asurion.nsvms/node_modules/steal/steal.js:268:4)
Hi
I'm getting this error when trying to import bit-autocomplete. Our project uses can "2.3.7", is this a conflict with the internal can 2.2.1 dependency?
We followed the npm installation instructions in the bit-autocomplete docs and are using StealjS 0.13.2 with ES6 modules.