diff --git a/example/src/main.gleam b/example/src/main.gleam index 8313bc9..aa1dbd3 100644 --- a/example/src/main.gleam +++ b/example/src/main.gleam @@ -37,7 +37,7 @@ fn counter() { fn() { // io.debug("props") io.debug("in use_effect " <> int.to_string(props.count)) - // io.debug(props) + io.debug(props) Nil }, #(props.count),