-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
parents: cannot read property 'reverse' of null #1780
Labels
Comments
Related to #410; thanks for the report. |
Your test case was very helpful; there's something very worrying going on here. I've put up #1781 to track a fix. |
Thanks for digging into it! @juanca and I may look into your PR, as well, and see if we can help |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Calling
parents
sequentially on two different sibling nodes breaks. I'm on:To Reproduce
The following test will reproduce the issue:
Expected behavior
It should not throw an error.
Desktop (please complete the following information):
Additional context
In the above example, changing the order of accessing
parents
works:The text was updated successfully, but these errors were encountered: