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
I think this was previously also missing, was added and then removed again?
Not entirely sure how to read that change and a lot of time has passed since then.
The TypeScript typings suggest that sourceIndex should exist on all nodes and should never be undefined.
Was there a specific reason why sourceIndex is missing, or should we just add it?
The text was updated successfully, but these errors were encountered:
I am currently working around it by doing selector.first.sourceIndex but that is a bit flaky and only works if the first node wasn't removed or altered.
see : #36
I think this was previously also missing, was added and then removed again?
Not entirely sure how to read that change and a lot of time has passed since then.
The TypeScript typings suggest that
sourceIndex
should exist on all nodes and should never beundefined
.Was there a specific reason why
sourceIndex
is missing, or should we just add it?The text was updated successfully, but these errors were encountered: