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
- In some rare cases when generating the JSON diff for a given key, it is possible that the new value is not a number while the old value is an Integer.
- While I can't think of a particular key that can have either an int or string value, crashes have been reported.
- Let's check the old value to be of type Number, maybe it could be a float/double before serialization.
0 commit comments