-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot read property 'nativeNode' of undefined #50
Comments
also having this issue |
this issue is happening to me when I switch back and forth between two modules. |
same here |
Had same error. In hybrid application, downgraded (footer) component was registered twice in a module. |
@Maritims were you able to resolve this issue? |
Sadly no. I've stopped working with Angular since for many reasons. |
Have the same error with hybrid app. @antontemchenko were you able to fix that? |
@Andrii-A |
Thank you! |
Fixed problem. In my case the problem was including in template a micro-tag as custom elements into another. |
We're getting up and running with angular-hmr in our existing ng2 project but are experiencing a rather puzzling issue. Google has nothing to tell us on this matter. The error is as follows and I hope you can aid us in understanding why this is happening.
This behaviour occurs when we alter any code file in order to trigger a hot update.
The text was updated successfully, but these errors were encountered: