You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to [this React issue](https://github.com/facebook/react/issues/13991), to run locally you will need to link `react` in this project and your application.
63
+
Fork and clone the repository and run:
64
+
65
+
```javascript
66
+
npm link
67
+
```
68
+
69
+
If you run `npm install`, it will install the peer-dependencies. Due to [this React issue](https://github.com/facebook/react/issues/13991), you will need to link `react` in this project and your application.
64
70
65
71
```bash
66
72
cd node_modules/react
@@ -69,11 +75,3 @@ cd ../../MyApp
69
75
npm link react
70
76
71
77
```
72
-
73
-
Alternatively, you can package the app and install it directly. Note you will need to re-package the app to apply any changes.
0 commit comments