Skip to content

Commit cf65c96

Browse files
committed
Another ref usage problem
1 parent 6a12cc1 commit cf65c96

File tree

1 file changed

+1
-1
lines changed
  • tests/gentype_tests/typescript-react-example/src

1 file changed

+1
-1
lines changed

tests/gentype_tests/typescript-react-example/src/Hooks.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module ForwardRef = {
103103

104104
@genType type testReactContext = React.Context.t<int>
105105

106-
@genType type testReactRef = React.Ref.t<int>
106+
@genType type testReactRef = React.ref<int>
107107

108108
@genType type testDomRef = ReactDOM.domRef
109109

0 commit comments

Comments
 (0)