oops
This commit is contained in:
parent
0a2be4b74e
commit
9669ef6f25
@ -693,8 +693,8 @@ class Component(BaseComponent, ABC):
|
|||||||
"""
|
"""
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@lru_cache(maxsize=None)
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
@lru_cache(maxsize=None)
|
||||||
def _get_component_prop_names(cls) -> Set[str]:
|
def _get_component_prop_names(cls) -> Set[str]:
|
||||||
"""Get the names of the component props. NOTE: This assumes all fields are known.
|
"""Get the names of the component props. NOTE: This assumes all fields are known.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user