You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an important bug that prevents the debug compilation of elm if the types used by Msg are internal or inderect dependencies. Animation.Model is internal, so using elm-style-animation breaks debug compilations.
You can download the project files, make the change and add the directory where you put this "patched" source into your elm.json, under "src-directories"
There is an important bug that prevents the debug compilation of elm if the types used by Msg are internal or inderect dependencies. Animation.Model is internal, so using elm-style-animation breaks debug compilations.
elm/compiler#1851
elm/compiler#1864
https://github.com/elm/compiler/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+Map.%21
The text was updated successfully, but these errors were encountered: