Skip to content

Commit c6dcf46

Browse files
nishp1gaearon
authored andcommitted
Build schedule which is required for time slicing demo (facebook#13588)
* Build schedule which is required for time slicing demo * Update suspense demo README too * Update README.md * Update README.md * Update README.md
1 parent 7bcc077 commit c6dcf46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/unstable-async/suspense/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1e
2626
# 1: Build react from source
2727
cd /path/to/react
2828
yarn
29-
yarn build dom,core,interaction,simple-cache-provider --type=NODE
29+
yarn build dom-client,core,simple-cache-provider,schedule --type=NODE
3030

3131
# 2: Install fixture dependencies
3232
cd fixtures/unstable-async/suspense/

fixtures/unstable-async/time-slicing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are also known bugs and inefficiencies in master so **don't use this fixtu
1818
# 1: Build react from source
1919
cd /path/to/react
2020
yarn
21-
yarn build dom,core,interaction,simple-cache-provider --type=NODE
21+
yarn build dom-client,core,simple-cache-provider,schedule --type=NODE
2222

2323
# 2: Install fixture dependencies
2424
cd fixtures/unstable-async/time-slicing/

0 commit comments

Comments
 (0)