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-reconciler/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,10 @@ You can proxy this to `clearTimeout` or its equivalent in your environment.
203
203
204
204
This is a property (not a function) that should be set to something that can never be a valid timeout ID. For example, you can set it to `-1`.
205
205
206
+
#### `queueMicrotask(fn)`
207
+
208
+
You can proxy this to `queueMicrotask` or its equivalent in your environment.
209
+
206
210
#### `isPrimaryRenderer`
207
211
208
212
This is a property (not a function) that should be set to `true` if your renderer is the main one on the page. For example, if you're writing a renderer for the Terminal, it makes sense to set it to `true`, but if your renderer is used *on top of* React DOM or some other existing renderer, set it to `false`.
0 commit comments