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 a2af72c commit cdd5c7dCopy full SHA for cdd5c7d
README.md
@@ -36,7 +36,7 @@ counter = mkUI spec { getInitialState = return 0 } do
36
]
37
38
main = do
39
- let component = div {} [hello {name: "World"}, counter {}]
+ let component = div [] [hello {name: "World"}, counter {}]
40
renderToBody component
41
```
42
0 commit comments