MCPcopy Index your code
hub / github.com/caseywebdev/react-list / dispatchDiscreteEvent

Function dispatchDiscreteEvent

docs/index.js:17953–17969  ·  view source on GitHub ↗
(
  domEventName,
  eventSystemFlags,
  container,
  nativeEvent
)

Source from the content-addressed store, hash-verified

17951}
17952var _enabled = !0;
17953function dispatchDiscreteEvent(
17954 domEventName,
17955 eventSystemFlags,
17956 container,
17957 nativeEvent
17958) {
17959 var prevTransition = ReactSharedInternals.T;
17960 ReactSharedInternals.T = null;
17961 var previousPriority = ReactDOMSharedInternals.p;
17962 try {
17963 (ReactDOMSharedInternals.p = 2),
17964 dispatchEvent(domEventName, eventSystemFlags, container, nativeEvent);
17965 } finally {
17966 (ReactDOMSharedInternals.p = previousPriority),
17967 (ReactSharedInternals.T = prevTransition);
17968 }
17969}
17970function dispatchContinuousEvent(
17971 domEventName,
17972 eventSystemFlags,

Callers

nothing calls this directly

Calls 1

dispatchEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…