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 01d0904 commit a84e500Copy full SHA for a84e500
tests/syntax_tests/data/idempotency/reason-react/src/ReactDOMRe.res
@@ -81,7 +81,7 @@ type domRef
81
82
module Ref = {
83
type t = domRef
84
- type currentDomRef = React.Ref.t<Js.nullable<Dom.element>>
+ type currentDomRef = React.ref<Js.nullable<Dom.element>>
85
type callbackDomRef = Js.nullable<Dom.element> => unit
86
87
external domRef: currentDomRef => domRef = "%identity"
0 commit comments