Skip to content

Commit

Permalink
readd removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Dec 11, 2024
1 parent bf15219 commit 7741e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflex/components/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -2246,6 +2246,7 @@ def _get_memoized_event_triggers(
imports={"react": [ImportVar(tag="useCallback")]},
),
)

# Store the memoized function name and hook code for this event trigger.
trigger_memo[event_trigger] = (
Var(_js_expr=memo_name)._replace(
Expand Down

0 comments on commit 7741e24

Please sign in to comment.