fix app harness
This commit is contained in:
parent
c0a1cf3cc2
commit
25465461d3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user