From ed3b04bc849d146673d992ea49a9a443a490712b Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Sun, 21 Jul 2024 01:48:46 +0200 Subject: [PATCH] Correctly handle props --- example/src/main.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),