-
Notifications
You must be signed in to change notification settings - Fork 219
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
Exception in queued task: Error: Failed to execute 'insertBefore' on 'Node' #377
Comments
Try wrapping your view in a subReady if statement.
|
Hi, I'm also experiencing this issue. I've tried wrapping my code with the subscriptionReady but doesn't work. In my case the problem occurs inside the 'ionSideMenuContent' block but not inside the 'ionSideMenus' Thanks |
@iuraya unfortunately, I suspect that the error is because the package is now deprecated, Many of its Blaze dependent components now affect the way items are being inserted into lists. I have ripped out the package entirely. |
In my case, remove ionNavView from the master layout solve the issue. I don't need the transition animation. i think the bug is in the source code of it: (Line 31~49) I also find that @JoeyAndres do some change on his fork, maybe you want would like to try it. |
I have 2 mainly tabs, a list tab, a sort list tab and a profile tab.
The error used to be for all 3 tabs until i switched to a onCreated from onRendered.
Currently, if I go from profile to sort tab, error remains. But from list tab to sort it works fine, but only after the location is loaded.
Wrapping the {{# each}} or {{# if}} does not work unfortunately in my case.
SO Link there to the issue.
http://stackoverflow.com/questions/35017820/error-failed-to-execute-insertbefore-on-node
The text was updated successfully, but these errors were encountered: