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