We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f6d0a commit 0203b65Copy full SHA for 0203b65
packages/react-reconciler/README.md
@@ -312,11 +312,11 @@ This method should make the `instance` invisible without removing it from the tr
312
313
Same as `hideInstance`, but for nodes created by `createTextInstance`.
314
315
-#### `unhideInstance(instance)`
+#### `unhideInstance(instance, props)`
316
317
This method should make the `instance` visible, undoing what `hideInstance` did.
318
319
-#### `unhideTextInstance(textInstance)`
+#### `unhideTextInstance(textInstance, text)`
320
321
Same as `unhideInstance`, but for nodes created by `createTextInstance`.
322
0 commit comments