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 have a feeling that somewhere in the JSON API I coerce id to Number which can lead to bad things happening due to JavaScript numbers are only 53-bit. Leaving this here as a placeholder to check for this later, since this is a horrible bug waiting to happen.
The text was updated successfully, but these errors were encountered:
I have a feeling that somewhere in the JSON API I coerce
id
toNumber
which can lead to bad things happening due to JavaScript numbers are only 53-bit. Leaving this here as a placeholder to check for this later, since this is a horrible bug waiting to happen.The text was updated successfully, but these errors were encountered: