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
File "xxx/.venv/lib/python3.13/site-packages/reflex/state.py", line 1817, in _process_event
events = fn(**payload)
File "xxx/reflex_doco/reflex_doco/reflex_doco.py", line 26, in open_settings
self.data = AppSettings.parse_raw(self.data_raw)
^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'AppSettings' has no attribute 'parse_raw'
The text was updated successfully, but these errors were encountered:
Documentation error
It appears the doco at https://reflex.dev/docs/api-reference/browser-storage/#serialization-strategies incorrectly refers to built-in dataclasses, where I believe the methods referenced are Pydantic dataclasses
When running the example, you get
The text was updated successfully, but these errors were encountered: