MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / dispatchInteractiveEvent

Function dispatchInteractiveEvent

code/new-context-api/public/app.js:5278–5280  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

5276}
5277
5278function dispatchInteractiveEvent(topLevelType, nativeEvent) {
5279 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
5280}
5281
5282function dispatchEvent(topLevelType, nativeEvent) {
5283 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected