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
Part of #2183 was to ensure the checks caught errors thrown by internal code when children or parents were undefined or there was no actualNode. A lot of the times the try/catch bock surrounds the entire check evaluate code, but it really should only wrap the part of the code that will throw.
The text was updated successfully, but these errors were encountered:
Part of #2183 was to ensure the checks caught errors thrown by internal code when
children
orparents
were undefined or there was noactualNode
. A lot of the times thetry/catch
bock surrounds the entire check evaluate code, but it really should only wrap the part of the code that will throw.The text was updated successfully, but these errors were encountered: