Skip to content

Commit c4ac495

Browse files
susiwen8zhengjitf
authored andcommitted
chore: update react-reconciler README (facebook#21016)
1 parent a3ee4de commit c4ac495

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)