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 bc0d138 commit 4e37e83Copy full SHA for 4e37e83
src/ReactDOM.res
@@ -61,7 +61,10 @@ module Ref = {
61
external callbackDomRef: callbackDomRef => domRef = "%identity"
62
}
63
64
-type domProps = JsxDOM.domProps
+type domProps = {
65
+ ...JsxDOM.domProps,
66
+ suppressHydrationWarning?: bool,
67
+}
68
69
@deprecated("Please use type ReactDOM.domProps")
70
type props = JsxDOM.domProps
0 commit comments