It could be this: https://github.com/elm-lang/virtual-dom/issues/21, if your nesting means that you have to repeatedly Html.App.map messages to route them around.
2016-05-26 15:31 GMT+02:00 John Askew <[email protected]>: > Hi Max, > > The results of that bug do sound similar, but I tried your suggestion of > deleting the cache and rebuilding (and even building from scratch in a > fresh environment), and the issue still remains. So I don't think that > specific bug is causing it. > > Thanks, > John > > On Thursday, May 26, 2016 at 12:49:29 AM UTC-4, Max Goldstein wrote: >> >> Hi John, >> >> It sounds like this bug: https://github.com/elm-lang/elm-make/issues/72 >> >> It sounds like you've found a workaround, but you can try >> removing elm-stuff/build-artifacts/ and compiling again. That should work >> (assuming it's indeed the same issue). >> > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
