MCPcopy Create free account
hub / github.com/caseywebdev/react-list / isConcurrentActEnvironment

Function isConcurrentActEnvironment

docs/index.js:32920–32931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32918 });
32919 }
32920 function isConcurrentActEnvironment() {
32921 var isReactActEnvironmentGlobal =
32922 "undefined" !== typeof IS_REACT_ACT_ENVIRONMENT
32923 ? IS_REACT_ACT_ENVIRONMENT
32924 : void 0;
32925 isReactActEnvironmentGlobal ||
32926 null === ReactSharedInternals.actQueue ||
32927 console.error(
32928 "The current testing environment is not configured to support act(...)"
32929 );
32930 return isReactActEnvironmentGlobal;
32931 }
32932 function requestUpdateLane(fiber) {
32933 if (
32934 (executionContext & RenderContext) !== NoContext &&

Callers 2

pingSuspendedRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…