File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,16 @@ Contributing
28
28
``` sh
29
29
$ yarn link react-http-fetch
30
30
```
31
- 7 . Link react peer deps to local library
31
+ 6 . Link react and react-dom:
32
+ ``` sh
33
+ $ yarn --cwd node_modules/react link
34
+ $ yarn --cwd node_modules/react-dom link
35
+ ```
36
+ 7 . Link react peer deps to local library:
32
37
``` sh
33
38
$ cd ../react-http-fetch
34
- $ yarn link ../react-http-fetch-sandbox/node_modules/ react
35
- $ yarn link ../react-http-fetch-sandbox/node_modules/ react-dom
39
+ $ yarn link react
40
+ $ yarn link react-dom
36
41
```
37
42
8 . Start library build in watch mode:
38
43
``` sh
Original file line number Diff line number Diff line change 3
3
AbortableHttpRequestReturn ,
4
4
HttpClientAbortableRequest ,
5
5
HttpClientRequest ,
6
+ HttpContext ,
7
+ HttpContextToken ,
6
8
HttpRequest ,
7
9
HttpRequestOptions ,
8
10
HttpRequestProps ,
You can’t perform that action at this time.
0 commit comments