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
the behavior of JSON.stringify for typed arrays is to serialize them as objects with numeric keys.
This cause crashes when re-building the object since it would try to fit an object where a typed
array is required. This changes makes it so getState replaces typed arrays with plain javascript
arrays.
0 commit comments