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
2828 ``` sh
2929 $ yarn link react-http-fetch
3030 ```
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:
3237 ``` sh
3338 $ 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
3641 ```
37428 . Start library build in watch mode:
3843 ``` sh
Original file line number Diff line number Diff line change 33 AbortableHttpRequestReturn ,
44 HttpClientAbortableRequest ,
55 HttpClientRequest ,
6+ HttpContext ,
7+ HttpContextToken ,
68 HttpRequest ,
79 HttpRequestOptions ,
810 HttpRequestProps ,
You can’t perform that action at this time.
0 commit comments