Skip to content

Commit f216604

Browse files
committed
fix comment
1 parent 03a2322 commit f216604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/findNodeHandle/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { NodeHandle } from 'react-native/Libraries/ReactNative/RendererProx
44
// eslint-disable-next-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any
55
function findNodeHandle(componentOrHandle: null | number | Component<any, any> | ComponentClass<any>): null | NodeHandle {
66
// eslint-disable-next-line no-console
7-
console.warn('findNodeHandle is not supported on web. Use the ref property on the component instead.');
7+
console.warn('findNodeHandle is not supported on web. Use the ref property of the component instead.');
88
return null;
99
}
1010

0 commit comments

Comments
 (0)