Skip to content

Commit

Permalink
Update snapshot from browser
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 7, 2023
1 parent 2972df7 commit fc4074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ppx/test_snapshot/output.expected
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let flags_global_multiline_insensitive =
let scape_digis_with_global = Js.Re.fromStringWithFlags ~flags:"g" "(\\d+)"
let payload_should_be_a_string =
[%ocaml.error "payload should be a string literal"]
;;React.useEffect (fun () -> None) [||]
;;React.useEffect0 (fun () -> None)
let _ = [%ocaml.error "effect only accepts a useEffect expression"]
let _ = fun () -> raise Browser_only
let _ = fun () -> raise Browser_only

0 comments on commit fc4074e

Please sign in to comment.