-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Ember 2.10 #82
Comments
Update: It works with 0.4 |
@medokin does #66 (comment) address your issue? |
@lukemelia Unfortunately not. |
Getting this as well even after upgrading to 0.5.0.
Every use has a single root element with no siblings as described in #66 Thanks |
Just noticed the fix switch Thanks |
I've encountered this as well, 0.5.0 has the buggy behavior with glimmer2, but 0.5.1 is OK with the workaround. |
There is a 0.5.1? have not seen it on releases page... Yes it works fine. |
Looks like 0.5.1 didn't get tagged or changelog'd. I'll fix shortly. |
Using latest 0.5. Looks like #74 is still broken?
DEBUG: Ember : 2.10.0
ember.debug.js:5732DEBUG: Ember Data : 2.10.0
ember.debug.js:5732DEBUG: jQuery : 3.1.1
ember.debug.js:5732DEBUG: Ember Simple Auth : 1.1.0
ember-wormhole.js:39 Uncaught TypeError: Cannot read property 'createTextNode' of undefined
at Class.init (http://localhost:4200/assets/vendor.js:151140:50)
at Class.superWrapper [as init] (http://localhost:4200/assets/vendor.js:51395:22)
at new Class (http://localhost:4200/assets/vendor.js:47086:17)
at Function.create (http://localhost:4200/assets/vendor.js:47374:14)
at CurlyComponentManager.create (http://localhost:4200/assets/vendor.js:23812:29)
at OpenComponentOpcode.evaluate (http://localhost:4200/assets/vendor.js:58627:37)
at VM.execute (http://localhost:4200/assets/vendor.js:65202:28)
at Object.render (http://localhost:4200/assets/vendor.js:64776:23)
at RootState.render (http://localhost:4200/assets/vendor.js:23099:46)
at runInTransaction (http://localhost:4200/assets/vendor.js:34058:28)
The text was updated successfully, but these errors were encountered: