Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 6, 2018
1 parent cf649b4 commit 5b16b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-renderer/src/findNodeHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function findNodeHandle(componentOrHandle: any): any {

const component = componentOrHandle;

// TODO (balpert): Wrap iOS native components in a composite wrapper, then
// TODO (sophiebits): Wrap iOS native components in a composite wrapper, then
// ReactInstanceMap.get here will always succeed for mounted components
const internalInstance: Fiber = ReactInstanceMap.get(component);
if (internalInstance) {
Expand Down

0 comments on commit 5b16b39

Please sign in to comment.