Skip to content

Commit 0f999f3

Browse files
committed
fix test
1 parent 6f33dce commit 0f999f3

File tree

1 file changed

+1
-1
lines changed
  • analysis/examples/larger-project/src

1 file changed

+1
-1
lines changed

analysis/examples/larger-project/src/Hooks.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type callback<'input, 'output> = React.callback<'input, 'output>
9191
type testReactContext = React.Context.t<int>
9292

9393
@genType
94-
type testReactRef = React.Ref.t<int>
94+
type testReactRef = React.ref<int>
9595

9696
@genType
9797
type testDomRef = ReactDOM.domRef

0 commit comments

Comments
 (0)