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
Fix swapped LeftNode and RightNode in exclusiveMaximum PropertyCheck
Fixes issue where LeftNode was assigned rnv and RightNode was assigned lnv,
causing incorrect node references in change detection for exclusiveMaximum
property comparisons.
Addresses #451
0 commit comments