We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66f4cc commit e4c0185Copy full SHA for e4c0185
1 file changed
reflex/state.py
@@ -3920,6 +3920,7 @@ def __getattr__(self, __name: str) -> Any:
3920
if self._is_mutable_type(value) and __name not in (
3921
"__wrapped__",
3922
"_self_state",
3923
+ "__dict__",
3924
):
3925
# Recursively wrap mutable attribute values retrieved through this proxy.
3926
return self._wrap_recursive(value)
0 commit comments