File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gentype_tests/typescript-react-example/src
syntax_tests/data/idempotency/reason-react/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ type domRef
8181
8282module Ref = {
8383 type t = domRef
84- type currentDomRef = React .Ref . t <Js .nullable <Dom .element >>
84+ type currentDomRef = React .ref <Js .nullable <Dom .element >>
8585 type callbackDomRef = Js .nullable <Dom .element > => unit
8686
8787 external domRef : currentDomRef => domRef = "%identity"
You can’t perform that action at this time.
0 commit comments