diff --git a/reflex/components/component.py b/reflex/components/component.py index 0eb1afc84..e5999c5a8 100644 --- a/reflex/components/component.py +++ b/reflex/components/component.py @@ -693,7 +693,6 @@ class Component(BaseComponent, ABC): """ return True - @lru_cache(maxsize=None) # noqa: B019 def _get_components_in_props(self) -> Sequence[BaseComponent]: """Get the components in the props.