Skip to content

Commit

Permalink
Update src/React.re
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Chávarri <[email protected]>
  • Loading branch information
davesnx and jchavarri authored Nov 20, 2024
1 parent ca13b5a commit 563d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/React.re
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ module Experimental = {
unit => (bool, callbackAsync(callbackAsync(unit, unit), unit)) =
"useTransition";

/* https://es.react.dev/reference/react/useOptimistic */
/* https://react.dev/reference/react/useOptimistic */
[@mel.module "react"]
external useOptimistic:
('state, ('state, 'optimisticValue) => 'state) =>
Expand Down

0 comments on commit 563d8af

Please sign in to comment.