Re: [elm-discuss] Re: Help resolving : domNode.replaceData is not a function

2016-05-19 Thread Peter Damoc
you can simply fix that by wrapping the output of the map in div. e.g. div [] [ Html.App.map Button (buttonView model) ] On Thu, May 19, 2016 at 11:05 AM, Eelco Hoekema wrote: > I had a similar problem, reverted back to 0.16 because of it. And i also > had a nested nest. > > eelco > > On Thu

Re: [elm-discuss] Re: Help resolving : domNode.replaceData is not a function

2016-05-19 Thread Eelco Hoekema
I had a similar problem, reverted back to 0.16 because of it. And i also had a nested nest. eelco On Thu, May 19, 2016 at 8:37 AM, debois wrote: > Hi Richard, > > I experienced similar thing, and in my case, it seems to have to do with > nested use of `Html.App.map`: https://github.com/elm-lang

[elm-discuss] Re: Help resolving : domNode.replaceData is not a function

2016-05-18 Thread debois
Hi Richard, I experienced similar thing, and in my case, it seems to have to do with nested use of `Html.App.map`: https://github.com/elm-lang/html/issues/16. Cheers, Søren On Saturday, May 14, 2016 at 9:24:06 PM UTC+2, Richard Osafo wrote: > > Hi Martin, > After much trial and error, I got i