@@ -1287,6 +1287,8 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
if not super().__getattribute__("__dict__"):
return super().__getattribute__(name)
+ name = name.removesuffix("_rx_state_")
+
# Fast path for dunder
if name.startswith("__"):