Skip to content

Commit d8c47e6

Browse files
authored
[docs] fix useFocusEffect example typo (react-navigation#813)
1 parent b1c18b2 commit d8c47e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/use-focus-effect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class Profile extends React.Component {
121121
<>
122122
<FetchUserData
123123
userId={this.props.userId}
124-
onUpdate={this.handleUpdate}
124+
onUpdate={this._handleUpdate}
125125
/>
126126
{/* rest of your code */}
127127
</>

0 commit comments

Comments
 (0)