react/fixtures
Sunil Pai c73e1f236f
flush work on exiting outermost act(), with nested act()s from different renderers (#16181)
Given this snippet:
```jsx
    TestRenderer.act(() => {
      TestUtils.act(() => {
        TestRenderer.create(<Effecty />);
      });
    });
```
We want to make sure that all work is only flushed on exiting the outermost act().

Now, naively doing this based on actingScopeDepth would work with a mocked scheduler, where flushAll() would flush all work across renderers.

This doesn't work without mocking the scheduler though; and where flushing work only works per renderer. So we disable this behaviour for a non-mocked scenario. This seems like an ok tradeoff.
2019-07-24 00:20:28 +01:00
..
art fix spelling error: Here's -> Here (#14307) 2018-11-22 14:47:20 +00:00
attribute-behavior ADD: disablePictureInPicture attribute for HTML5 videos (#15334) 2019-04-25 12:02:27 +01:00
dom flush work on exiting outermost act(), with nested act()s from different renderers (#16181) 2019-07-24 00:20:28 +01:00
eslint [eslint] Wording tweaks (#15078) 2019-03-13 18:31:39 +00:00
expiration Publish a local release (canary or stable) to NPM (#14260) 2018-11-23 12:37:18 -08:00
fiber-debugger fix typo (#13955) 2018-10-27 09:59:00 -07:00
fiber-triangle Publish a local release (canary or stable) to NPM (#14260) 2018-11-23 12:37:18 -08:00
fizz-ssr-browser [Fizz] New Server Rendering Infra (#14144) 2018-11-30 11:38:22 -08:00
packaging update fixtures/packaging/README.md (#14320) 2018-11-24 21:40:56 +00:00
scheduler Add method for forcing a lower framerate 2019-04-29 15:51:58 -07:00
ssr Partial Hydration (#14717) 2019-02-11 21:25:44 -08:00
tracing Fix tracing fixture 2019-03-26 13:59:32 -07:00
unstable-async/time-slicing Remove <ConcurrentMode /> (#15532) 2019-05-13 16:10:00 -07:00