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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Spurred by discussion in https://github.com/plotly/dash/pull/903/files#r320827055 - dcc.Store is not protected against situations where it's not allowed to store data in localStorage or sessionStorage. Seems like it should fall back on memory storage if necessary, and/or clear old values in the store (IDs not currently on the page? This could come up for app devs who serve many different apps over time on the same URL) - and in any event it should tell users, at least in debug mode, what happened.
The text was updated successfully, but these errors were encountered:
Spurred by discussion in https://github.com/plotly/dash/pull/903/files#r320827055 -
dcc.Store
is not protected against situations where it's not allowed to store data inlocalStorage
orsessionStorage
. Seems like it should fall back on memory storage if necessary, and/or clear old values in the store (IDs not currently on the page? This could come up for app devs who serve many different apps over time on the same URL) - and in any event it should tell users, at least in debug mode, what happened.The text was updated successfully, but these errors were encountered: