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
improvement: fallback to available storage when localStorage is not available (#6879)
When iframing marimo in a sandboxed iframe, depending on configuration
`localStorage` may not be available so this adds some appropriate
fallbacks
this also adds a lint rule (grit) to make sure we pass the optional
storage into `atomWithStorage`
0 commit comments