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
after saving a new list
the filter does not appear to detect any lists from indexeddb
but if refresh (this is weird too), then the filter picks up both saved lists
this is different from the behavior on dev env (maybe b/c of const page refreshes?)
The text was updated successfully, but these errors were encountered:
think the issue is that after the indexeddb update occurs for the newly saved list, the app state also needs to get updated to reflect all saved lists
(or alternatively, whenever the search bar is opened, should update the state for the latest saved lists)
not sure if it is due to the domain redirect
after saving a new list
the filter does not appear to detect any lists from indexeddb
but if refresh (this is weird too), then the filter picks up both saved lists
this is different from the behavior on dev env (maybe b/c of const page refreshes?)
The text was updated successfully, but these errors were encountered: