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 6c4b9c6 commit 4b2fe12Copy full SHA for 4b2fe12
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