From c6dcf46d652bfad2139253d33d29a99c6f5771e4 Mon Sep 17 00:00:00 2001 From: Nish Date: Fri, 7 Sep 2018 12:11:19 -0400 Subject: [PATCH] Build schedule which is required for time slicing demo (#13588) * Build schedule which is required for time slicing demo * Update suspense demo README too * Update README.md * Update README.md * Update README.md --- fixtures/unstable-async/suspense/README.md | 2 +- fixtures/unstable-async/time-slicing/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/