reflex/tests
Masen Furer 2f8eebf3e4
[ENG-3989] Ensure non-serialized states are present in StateManagerDisk
If a non-root state was serialized, but its substates were not, then these
would not be populated when reloading the pickled state, because only substates
from the root were being populated with fresh versions.

Now, capture the substates from all fresh states and apply them to the
deserialized state for each substate to ensure that the entire state tree has
all substates instantiated after deserializing, even substates that were never
serialized originally.
2024-10-23 13:44:48 -07:00
..
integration Add type hinting to dataeditor events (#4210) 2024-10-21 18:53:51 -07:00
units [ENG-3989] Ensure non-serialized states are present in StateManagerDisk 2024-10-23 13:44:48 -07:00
__init__.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_node_version.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00