From 4e34f056d854f29bd874afb686cfd83eab3db2b7 Mon Sep 17 00:00:00 2001 From: Benedikt Bartscher Date: Fri, 6 Dec 2024 11:18:22 +0100 Subject: [PATCH] adjust comment --- reflex/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/state.py b/reflex/state.py index 493489460..08b89672b 100644 --- a/reflex/state.py +++ b/reflex/state.py @@ -1331,7 +1331,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow): self._mark_dirty() return - # For now, handle router_data updates as a special case if using redis. + # For now, handle router_data updates as a special case if name == constants.ROUTER_DATA and self.parent_state is None: self.dirty_vars.add(name) self._mark_dirty()