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
// The DevTooks hook needs to be installed before React is even required!
110
+
// The DevTools hook needs to be installed before React is even required!
111
111
// The safest way to do this is probably to install it in a separate script tag.
112
112
initialize(window);
113
113
@@ -177,4 +177,4 @@ Once the above packages have been built or downloaded, you can watch for changes
177
177
yarn start
178
178
```
179
179
180
-
To test package changes, refer to the [`react-devtools-shell` README](https://github.com/facebook/react/blob/master/packages/react-devtools-shell/README.md).
180
+
To test package changes, refer to the [`react-devtools-shell` README](https://github.com/facebook/react/blob/master/packages/react-devtools-shell/README.md).
0 commit comments