(create, deps)
| 15457 | } |
| 15458 | |
| 15459 | function mountEffect(create, deps) { |
| 15460 | { |
| 15461 | // $FlowExpectedError - jest isn't a global, and isn't recognized outside of tests |
| 15462 | if ('undefined' !== typeof jest) { |
| 15463 | warnIfNotCurrentlyActingEffectsInDEV(currentlyRenderingFiber$1); |
| 15464 | } |
| 15465 | } |
| 15466 | |
| 15467 | return mountEffectImpl(Update | Passive, Passive$1, create, deps); |
| 15468 | } |
| 15469 | |
| 15470 | function updateEffect(create, deps) { |
| 15471 | { |
no test coverage detected