This commit is contained in:
Khaleel Al-Adhami 2025-02-14 15:39:03 -08:00
parent 0a2be4b74e
commit 9669ef6f25

View File

@ -693,8 +693,8 @@ class Component(BaseComponent, ABC):
"""
return True
@lru_cache(maxsize=None)
@classmethod
@lru_cache(maxsize=None)
def _get_component_prop_names(cls) -> Set[str]:
"""Get the names of the component props. NOTE: This assumes all fields are known.