We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
incrementCounter
1 parent b4f1156 commit de514c0Copy full SHA for de514c0
README.md
@@ -21,7 +21,7 @@ hello = mkUI spec do
21
text props.name
22
]
23
24
-incrementCounter = do
+incrementCounter e = do
25
val <- readState
26
writeState (val + 1)
27
0 commit comments