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
@@ -214,9 +212,6 @@ is required to make correct calls for example to create an element in html or in
214
212
215
213
This is an identity relation which means that it always returns the same value that was used as its argument. It was added for the TestRenderers.
216
214
217
-
**`useSyncScheduling`**
218
-
This property is used to down prioritize the children by checking whether the children are offscreen or not. In other words, if this property is true then the work in progress fiber has no expiration time
219
-
220
215
**`resetTextContent`**
221
216
Reset the text content of the parent before doing any insertions (inserting host nodes into the parent). This is similar to double buffering technique in OpenGl where the buffer is cleared before writing new pixels to it and perform rasterization.
0 commit comments