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
Copy file name to clipboardExpand all lines: packages/react-devtools-inline/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The frontend and backend can be initialized in any order, but **the backend must
21
21
### `react-devtools-inline/backend`
22
22
23
23
***`initialize(contentWindow)`** -
24
-
Installs the global hook on the window. This hook is how React and DevTools communicate. **This methodmust be called before React is loaded.** (This means before any `import` or `require` statements!)
24
+
Installs the global hook on the window. This hook is how React and DevTools communicate. **This methodmust be called before React is loaded.** (This means before any `import` or `require` statements!)
25
25
***`activate(contentWindow)`** -
26
26
Lets the backend know when the frontend is ready. It should not be called until after the frontend has been initialized, else the frontend might miss important tree-initialization events.
0 commit comments