Skip to content

Commit

Permalink
update type on toObject rei
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 20, 2023
1 parent 1391d6c commit be16181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactTestRenderer.rei
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type t;
external create: React.element => t = "create";

[@mel.send] external toJSON: t => Js.Json.t = "toJSON";
[@mel.send] external toObject: t => Js.t({.}) = "%identity";
[@mel.send] external toObject: t => Js.t({..}) = "%identity";

module Shallow: {
type t;
Expand Down

0 comments on commit be16181

Please sign in to comment.