We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Those two functions exist in de facto library
purescript-oak/src/Oak/Document.purs
Line 17 in fd70885
Line 20 in fd70885
Solution: Import from standard library
https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.Node#v:appendChild
https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.NonElementParentNode#v:getElementById
Example Usage:
https://github.com/purescript-concur/purescript-concur-react/blob/720879aba03c0cdfaad0d813d7b0fb5f32e8d614/src/Concur/React/Run.purs#L16-L16
Additional context ❤oak
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem: Those two functions exist in de facto library
purescript-oak/src/Oak/Document.purs
Line 17 in fd70885
purescript-oak/src/Oak/Document.purs
Line 20 in fd70885
Solution: Import from standard library
https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.Node#v:appendChild
https://pursuit.purescript.org/packages/purescript-web-dom/4.0.0/docs/Web.DOM.NonElementParentNode#v:getElementById
Example Usage:
https://github.com/purescript-concur/purescript-concur-react/blob/720879aba03c0cdfaad0d813d7b0fb5f32e8d614/src/Concur/React/Run.purs#L16-L16
Additional context
❤oak
The text was updated successfully, but these errors were encountered: