ember-fastboot / ember-fastboot/ember-cli-fastboot

TypeError : _emberViewsSystemJquery.default is not a function

Open
#657 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
850
Forks
161
Avg merge
17h 45m
Merged PRs (30d)
19

Description

I am running ember-cli-fastboot version 1.0.0beta9, and while page renders fine in SSR, it fails due to the able error, with this stack trace :
```
_emberViewsSystemJquery.default is not a function
at Class.destroy (/client/dist/fastboot/vendor.js:53456:38)
at Class.superWrapper [as destroy] (/client/dist/fastboot/vendor.js:32294:22)
at /client/dist/fastboot/vendor.js:11054:16
at eachDestroyable (/client/dist/fastboot/vendor.js:11307:9)
at Container.destroy (/website-v2/client/dist/fastboot/vendor.js:11052:7)
at Backburner.run (/client/dist/fastboot/vendor.js:10416:25)
at Object.run [as default] (/client/dist/fastboot/vendor.js:30328:27)
at Class.willDestroy (/client/dist/fastboot/vendor.js:13627:34)
at Class.superWrapper [as willDestroy] (client/dist/fastboot/vendor.js:32294:22)
at invokeWithOnError (/client/dist/fastboot/vendor.js:10075:18)
at Queue.flush (/client/dist/fastboot/vendor.js:10130:11)
at DeferredActionQueues.flush (/client/dist/fastboot/vendor.js:9931:17)
at Backburner.end (/client/dist/fastboot/vendor.js:10309:25)
at Timeout._onTimeout /client/dist/fastboot/vendor.js:10900:18)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)

```

I have tried meeting the dependencies, and installed the ones corresponding to the beta version. I am running the codebase on node 6.9.1 version.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.