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
The nodes are often created in an ad-hoc way, and their parent is not
always set. We can't control for that invariant fully in the
constructor, since the parent is sometimes set outside of the
constructor. The previous commits did their best to clean up such
situations, but let's add an assert just in case.
0 commit comments