New issue

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

Resolves #634; Raise and embed informative error message when rootDom… #640

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@noahzgordon
Contributor

noahzgordon commented Jun 7, 2016

Raises an informative error message when a falsy value is passed into embed() and appends it to the document body.

See: https://github.com/elm-lang/core/issues/634

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Mar 25, 2017

Member

Embedding is no longer handled by core. It is in virtual-dom. Not sure if it's still an issue.

Member

evancz commented Mar 25, 2017

Embedding is no longer handled by core. It is in virtual-dom. Not sure if it's still an issue.

@evancz evancz closed this Mar 25, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment