fix app harness

This commit is contained in:
Elijah 2024-05-15 11:11:31 +00:00
parent c0a1cf3cc2
commit 25465461d3

View File

@ -374,7 +374,7 @@ class Component(BaseComponent, ABC):
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/guide/#event-triggers for more info."
)
if key in triggers:
# Event triggers are bound to event chains.