Skip to content

Commit

Permalink
Merge branch 'anmonteiro/melange-v3' of github.com:reasonml/reason-re…
Browse files Browse the repository at this point in the history
…act into anmonteiro/melange-v3
  • Loading branch information
anmonteiro committed Jan 17, 2024
2 parents 68d3617 + 4ee2eda commit 1f084f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ReactDOM.re
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ module Ref = {
};

/* This list isn't exhaustive. We'll add more as we go. */
[@deriving (jsProperties, getSet)]
[@deriving jsProperties]
type domProps = {
[@mel.optional]
key: option(string),
Expand Down
2 changes: 1 addition & 1 deletion src/ReactDOM.rei
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ module Ref: {
};

/* This list isn't exhaustive. We'll add more as we go. */
[@deriving (jsProperties, getSet)]
[@deriving jsProperties]
type domProps = {
[@mel.optional]
key: option(string),
Expand Down
2 changes: 1 addition & 1 deletion src/ReactDOMServerNodeOnly.re
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[@deriving (jsProperties, getSet)]
[@deriving jsProperties]
type options = {
[@mel.optional]
bootstrapScriptContent: option(string),
Expand Down
2 changes: 1 addition & 1 deletion src/ReactDOMServerNodeOnly.rei
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[@deriving (jsProperties, getSet)]
[@deriving jsProperties]
type options = {
[@mel.optional]
bootstrapScriptContent: option(string),
Expand Down

0 comments on commit 1f084f4

Please sign in to comment.