(fiber)
| 4914 | } |
| 4915 | } |
| 4916 | function onCommitUnmount(fiber) { |
| 4917 | if (injectedHook && typeof injectedHook.onCommitFiberUnmount === 'function') { |
| 4918 | try { |
| 4919 | injectedHook.onCommitFiberUnmount(rendererID, fiber); |
| 4920 | } catch (err) { |
| 4921 | { |
| 4922 | if (!hasLoggedError) { |
| 4923 | hasLoggedError = true; |
| 4924 | |
| 4925 | error('React instrumentation encountered an error: %s', err); |
| 4926 | } |
| 4927 | } |
| 4928 | } |
| 4929 | } |
| 4930 | } |
| 4931 | function setIsStrictModeForDevtools(newIsStrictMode) { |
| 4932 | { |
| 4933 | if (typeof unstable_yieldValue$1 === 'function') { |
no test coverage detected
searching dependent graphs…