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.
1 parent 10f2542 commit 7c19e84Copy full SHA for 7c19e84
src/React/Basic.purs
@@ -85,8 +85,8 @@ import Type.Row (class Union)
85
-- | = Increment
86
-- |
87
-- | counter :: Props -> JSX
88
--- | counter: make component
89
--- | { initialState = { counter: 0 }
+-- | counter = make component
+-- | { initialState: { counter: 0 }
90
91
-- | , update: \self action -> case action of
92
-- | Increment ->
0 commit comments