From 261da3f0a95457bf14cd71f262b2003d64468dc9 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 3 Aug 2018 01:56:03 +0100 Subject: [PATCH] Update fixture instructions --- fixtures/unstable-async/suspense/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fixtures/unstable-async/suspense/README.md b/fixtures/unstable-async/suspense/README.md index 566f56950e..cb5b823c34 100644 --- a/fixtures/unstable-async/suspense/README.md +++ b/fixtures/unstable-async/suspense/README.md @@ -14,9 +14,13 @@ No. The APIs being tested here are unstable and some of them have still not been Clone the React repository. -Open `packages/shared/ReactFeatureFlags.js` locally (make sure you didn't open a similarly named file!) and set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1eeb6634ba7a3df23c3b2709b56cbb8b2/packages/shared/ReactFeatureFlags.js#L19) to `true`. +First, open this file locally: -Then follow these steps: +* `packages/shared/ReactFeatureFlags.js` (make sure you didn't open a similarly named file!) + +Set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1eeb6634ba7a3df23c3b2709b56cbb8b2/packages/shared/ReactFeatureFlags.js#L19) to `true` and save the file. + +**After you've done that,** follow these steps: ```shell # 1: Build react from source