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
Describe the bug
Initially I figured it had to do with the way I had my callbacks setup (we have many and quite complicated ones) so I grabbed the example from the site and ran it standalone:
and persistence didn't hold.
I then tested it with the old venv (dash 2) and there it does work. Even more peculiar, if I then switch to the new venv again (dash 3), it remembers the persistent values from what I changed with dash 2. But it will not remember anything I change with dash 3.
Expected behavior
I expected to have persitsence work as it is explained in the tutorial on the website for both dash 2 and dash 3
The text was updated successfully, but these errors were encountered:
Describe your context
I have recently updated my dash app to dash 3.0 and noticed the persistence on my dropdowns was gone.
I have a virtual environment (python 3.10) with dash 3.
I also have an older environment (python 3.11) with an older version of dash:
Describe the bug
Initially I figured it had to do with the way I had my callbacks setup (we have many and quite complicated ones) so I grabbed the example from the site and ran it standalone:
and persistence didn't hold.
I then tested it with the old venv (dash 2) and there it does work. Even more peculiar, if I then switch to the new venv again (dash 3), it remembers the persistent values from what I changed with dash 2. But it will not remember anything I change with dash 3.
Expected behavior
I expected to have persitsence work as it is explained in the tutorial on the website for both dash 2 and dash 3
The text was updated successfully, but these errors were encountered: