Skip to content

Commit 0203b65

Browse files
authored
chore: update react-reconciler README (#21016)
1 parent c9f6d0a commit 0203b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-reconciler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ This method should make the `instance` invisible without removing it from the tr
312312

313313
Same as `hideInstance`, but for nodes created by `createTextInstance`.
314314

315-
#### `unhideInstance(instance)`
315+
#### `unhideInstance(instance, props)`
316316

317317
This method should make the `instance` visible, undoing what `hideInstance` did.
318318

319-
#### `unhideTextInstance(textInstance)`
319+
#### `unhideTextInstance(textInstance, text)`
320320

321321
Same as `unhideInstance`, but for nodes created by `createTextInstance`.
322322

0 commit comments

Comments
 (0)