remove the cache thingy

This commit is contained in:
Khaleel Al-Adhami 2025-02-14 15:26:15 -08:00
parent 9285005d83
commit f1c95aa723

View File

@ -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.