diff --git a/reflex/components/component.py b/reflex/components/component.py index 438d9404367..bc07ef2652c 100644 --- a/reflex/components/component.py +++ b/reflex/components/component.py @@ -964,7 +964,7 @@ def _render(self, props: dict[str, Any] | None = None) -> Tag: # Create the base tag. tag = Tag( name=name, - special_props=self.special_props, + special_props=self.special_props.copy(), ) if props is None: