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 6f33dce commit 0f999f3Copy full SHA for 0f999f3
analysis/examples/larger-project/src/Hooks.res
@@ -91,7 +91,7 @@ type callback<'input, 'output> = React.callback<'input, 'output>
91
type testReactContext = React.Context.t<int>
92
93
@genType
94
-type testReactRef = React.Ref.t<int>
+type testReactRef = React.ref<int>
95
96
97
type testDomRef = ReactDOM.domRef
0 commit comments