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 JSON-based deep clone instead of structuredClone (#1084)
Not all JS runtimes support `structuredClone` (introduced in
#1023). (Example:
supabase/supabase-js#1504)
- As the session data is safe to JSON serialize, replace
`structuredClone` use with JSON de/serialize.
- Added the helper function to increase the readability (making the
intent clear).
0 commit comments