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
When handling a field access with known string key we are missing a check to see whether the object is a Ravi array, in which case an error should be raised.
Example: if you try to access a number[] array using object access:
The text was updated successfully, but these errors were encountered:
When handling a field access with known string key we are missing a check to see whether the object is a Ravi array, in which case an error should be raised.
Example: if you try to access a number[] array using object access:
The text was updated successfully, but these errors were encountered: