Skip to content

Commit 5b16b39

Browse files
authored
Bug fix
1 parent cf649b4 commit 5b16b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-renderer/src/findNodeHandle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function findNodeHandle(componentOrHandle: any): any {
9494

9595
const component = componentOrHandle;
9696

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

0 commit comments

Comments
 (0)