diff --git a/fixtures/unstable-async/suspense/README.md b/fixtures/unstable-async/suspense/README.md index cb5b823c34..66d92b5186 100644 --- a/fixtures/unstable-async/suspense/README.md +++ b/fixtures/unstable-async/suspense/README.md @@ -26,7 +26,7 @@ Set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1e # 1: Build react from source cd /path/to/react yarn -yarn build dom,core,interaction,simple-cache-provider --type=NODE +yarn build dom-client,core,simple-cache-provider,schedule --type=NODE # 2: Install fixture dependencies cd fixtures/unstable-async/suspense/ diff --git a/fixtures/unstable-async/time-slicing/README.md b/fixtures/unstable-async/time-slicing/README.md index 8d068a393b..d2bbd291bc 100644 --- a/fixtures/unstable-async/time-slicing/README.md +++ b/fixtures/unstable-async/time-slicing/README.md @@ -18,7 +18,7 @@ There are also known bugs and inefficiencies in master so **don't use this fixtu # 1: Build react from source cd /path/to/react yarn -yarn build dom,core,interaction,simple-cache-provider --type=NODE +yarn build dom-client,core,simple-cache-provider,schedule --type=NODE # 2: Install fixture dependencies cd fixtures/unstable-async/time-slicing/