Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update suspense demo README too
  • Loading branch information
nishp1 authored Sep 7, 2018
commit fbb5d31a1e7c1c3bcf32b487636df43b5e9c9941
2 changes: 1 addition & 1 deletion fixtures/unstable-async/suspense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,core,interaction,simple-cache-provider,schedule --type=NODE

# 2: Install fixture dependencies
cd fixtures/unstable-async/suspense/
Expand Down