diff --git a/packages/react-reconciler/README.md b/packages/react-reconciler/README.md index fd87321f27f4e..60c515610c212 100644 --- a/packages/react-reconciler/README.md +++ b/packages/react-reconciler/README.md @@ -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`.