File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"purescript-dom" : " ^1.0.0" ,
20
- "purescript-react" : " ~0.7.1 " ,
21
- "purescript-eff-functions" : " ^0.1.2 "
20
+ "purescript-react" : " ^1.0.0 " ,
21
+ "purescript-eff-functions" : " paf31/purescript-eff-functions#bump-deps "
22
22
}
23
23
}
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Render a React element in a document element. Returns Nothing for stateless comp
14
14
unmountComponentAtNode :: forall eff. Element -> Eff (dom :: DOM | eff) Boolean
15
15
```
16
16
17
- Removes a mounted React element in a document element. Returns true if it was unmounted, false otherwise.
17
+ Removes a mounted React element in a document element.
18
+ Returns true if it was unmounted, false otherwise.
18
19
19
20
#### ` findDOMNode `
20
21
You can’t perform that action at this time.
0 commit comments