You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm upgrading a large app to Octane. A number of our Ember.Components throw exceptions in init(). Our test have the workaround for render() not throwing: We have our own Ember.onerror for the test. This worked before. With current Ember this works at first, but in cases where the Component is the only thing in the template, this leads to another Error "TypeError: Cannot read property 'firstNode' of null".
For whatever reason I couldn't recreate this as a twiddle, but here's my code:
Hi,
I'm upgrading a large app to Octane. A number of our Ember.Components throw exceptions in init(). Our test have the workaround for render() not throwing: We have our own Ember.onerror for the test. This worked before. With current Ember this works at first, but in cases where the Component is the only thing in the template, this leads to another Error "TypeError: Cannot read property 'firstNode' of null".
For whatever reason I couldn't recreate this as a twiddle, but here's my code:
https://github.com/jnfingerle/ember-issue-component-test
test-component.js:
test-component-test.js:
package.json
The text was updated successfully, but these errors were encountered: