diff --git a/latest/docs/redwood-protocol-guest/app.cash.redwood.protocol.guest/-protocol-mismatch-handler/on-unknown-event-node.html b/latest/docs/redwood-protocol-guest/app.cash.redwood.protocol.guest/-protocol-mismatch-handler/on-unknown-event-node.html index 1549d16a58..12d518b2d3 100644 --- a/latest/docs/redwood-protocol-guest/app.cash.redwood.protocol.guest/-protocol-mismatch-handler/on-unknown-event-node.html +++ b/latest/docs/redwood-protocol-guest/app.cash.redwood.protocol.guest/-protocol-mismatch-handler/on-unknown-event-node.html @@ -63,7 +63,7 @@
Handle an event whose node id is unknown.
Handle an event whose node id is unknown.
This function will be invoked every time an event is sent to an unknown widget. For example, clicking three times on a button that has no corresponding instance will see this function invoked three times. Use the id and tag combination to de-duplicate the callbacks if desired.