-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Problem: Those two functions exist in de facto library
purescript-oak/src/Oak/Document.purs
Line 17 in fd70885
| appendChildNode :: Element -> Array Node -> Effect Unit |
purescript-oak/src/Oak/Document.purs
Line 20 in fd70885
| getElementById :: String -> Effect Element |
Solution: Import from standard library
https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.Node#v:appendChild
Example Usage:
Additional context
❤oak
Metadata
Metadata
Assignees
Labels
No labels