From f1c95aa7239862b4ca717972f669edf50c52bbe5 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Fri, 14 Feb 2025 15:26:15 -0800 Subject: [PATCH] remove the cache thingy --- reflex/components/component.py | 1 - 1 file changed, 1 deletion(-) 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.