Skip to content

Commit

Permalink
Correctly handle props
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 20, 2024
1 parent 617fa25 commit ed3b04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ed3b04b

Please sign in to comment.