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: Use arrayBuffer for fetching and caching local Snaps (#2884)
Fixes a problem with fetching local Snaps on mobile. React Native does
not support `blob` well, so we can use `arrayBuffer` and cache
`Uint8Array` instead.
0 commit comments