Skip to content

Commit

Permalink
remove the cache thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Feb 14, 2025
1 parent 9285005 commit f1c95aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reflex/components/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1c95aa

Please sign in to comment.