Skip to content

Commit

Permalink
chore: update react-reconciler README (#21016)
Browse files Browse the repository at this point in the history
  • Loading branch information
susiwen8 committed Mar 16, 2021
1 parent c9f6d0a commit 0203b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-reconciler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ This method should make the `instance` invisible without removing it from the tr

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

#### `unhideInstance(instance)`
#### `unhideInstance(instance, props)`

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

#### `unhideTextInstance(textInstance)`
#### `unhideTextInstance(textInstance, text)`

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

Expand Down

0 comments on commit 0203b65

Please sign in to comment.