Skip to content

Commit

Permalink
Update reflex/components/component.py
Browse files Browse the repository at this point in the history
Co-authored-by: Masen Furer <m_github@0x26.net>
  • Loading branch information
ElijahAhianyo and masenf authored Apr 23, 2024
1 parent d7bbc82 commit eefedd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/components/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def __init__(self, *args, **kwargs):
raise ValueError(
f"The {(comp_name := type(self).__name__)} does not take in an `{key}` event trigger. If {comp_name}"
f" is a third party component make sure to add `{key}` to the component's event triggers. "
f"visit https://reflex.dev/docs/wrapping-react/logic#event-triggers for more info."
f"visit https://reflex.dev/docs/wrapping-react/logic/#event-triggers for more info."
)
if key in triggers:
# Event triggers are bound to event chains.
Expand Down

0 comments on commit eefedd7

Please sign in to comment.