()
| 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 && |
no outgoing calls
no test coverage detected
searching dependent graphs…