Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upGraphics.Input.hoverable causes runtime error #93
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mgold
Jan 13, 2015
Contributor
Related to elm/compiler#864. Solved by adding import Text to the top of the elm source.
|
Related to elm/compiler#864. Solved by adding |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Could you make a PR? |
added a commit
to mgold/core
that referenced
this issue
Jan 14, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mgold
Jan 14, 2015
Contributor
headslap I was adding it to the client code but yes adding it to the library fixes it as well.
|
headslap I was adding it to the client code but yes adding it to the library fixes it as well. |
evancz
closed this
in
#96
Jan 14, 2015
added a commit
to kasbah/elm-core
that referenced
this issue
Jan 23, 2015
added a commit
to kasbah/elm-core
that referenced
this issue
Jan 23, 2015
added a commit
to kasbah/elm-core
that referenced
this issue
Jan 23, 2015
added a commit
to kasbah/elm-core
that referenced
this issue
Feb 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mgold commentedJan 13, 2015
Minimum example:
Produces:
It seems to error on
var Text = Elm.Native.Text.make(localRuntime);becauseElm.Native.Textis undefined. Seems like a dependency ordering issue.