We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a12cc1 commit cf65c96Copy full SHA for cf65c96
tests/gentype_tests/typescript-react-example/src/Hooks.res
@@ -103,7 +103,7 @@ module ForwardRef = {
103
104
@genType type testReactContext = React.Context.t<int>
105
106
-@genType type testReactRef = React.Ref.t<int>
+@genType type testReactRef = React.ref<int>
107
108
@genType type testDomRef = ReactDOM.domRef
109
0 commit comments