Skip to content
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

Tagless components cause fastboot to crash #97

Closed
danmcclain opened this issue Jan 25, 2016 · 1 comment
Closed

Tagless components cause fastboot to crash #97

danmcclain opened this issue Jan 25, 2016 · 1 comment

Comments

@danmcclain
Copy link
Member

I'm digging into this now, but the gist is, if you use a component that does not have its own tag (tagName: ''), fastboot will crash because the EventDispatch ends up in the container and blows up when destroy is called on it. EventDispatch.destroy calls jQuery.off

@danmcclain
Copy link
Member Author

emberjs/ember.js#12829

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant