Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 17, 2020
1 parent 62d01d6 commit 563ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ This method happens **in the render phase**. Do not mutate the tree from it.

#### `getPublicInstance(instance)`

Determines what object gets exposed as a ref. You'll likely want to return the `instance` yourself, but in some cases it might make sense to only expose some part of it.
Determines what object gets exposed as a ref. You'll likely want to return the `instance` itself. But in some cases it might make sense to only expose some part of it.

#### `prepareForCommit(containerInfo)`

Expand Down

0 comments on commit 563ff33

Please sign in to comment.