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

Function dispatchInteractiveEvent

code/redux/public/app.js:6168–6170  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

6166}
6167
6168function dispatchInteractiveEvent(topLevelType, nativeEvent) {
6169 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
6170}
6171
6172function dispatchEvent(topLevelType, nativeEvent) {
6173 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected