Skip to content

Commit

Permalink
update render deprecation alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 24, 2023
1 parent c3986e2 commit c9f1b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactDOM.rei
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ module Client: {
};

[@deprecated
"This function will be removed in the next release. Use ReactDOM.Client.render instead."
"This function will be removed in the next release. Use ReactDOM.Client.createRoot and ReactDOM.Client.render instead."
]
[@mel.module "react-dom"]
external render: (React.element, Dom.element) => unit = "render";
Expand Down

0 comments on commit c9f1b7b

Please sign in to comment.