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
2 changes: 1 addition & 1 deletion fixtures/unstable-async/time-slicing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same change could benefit the suspense demo readme too. And is there an interaction-package or was that an earlier name of schedule?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated suspense readme. Not 100% sure if interaction was renamed.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interaction is now part of schedule

yarn build dom,core,interaction,simple-cache-provider,schedule --type=NODE

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