elm / virtual-dom

The foundation of HTML and SVG in Elm.
https://package.elm-lang.org/packages/elm/virtual-dom/latest
BSD 3-Clause "New" or "Revised" License
209 stars 80 forks source link

Uncaught TypeError: Cannot read property 'b' of undefined #150

Open gaku-sei opened 5 years ago

gaku-sei commented 5 years ago

I got this weird error:

capture d ecran 2019-02-28 a 15 59 09

Here is the breaking code:

capture d ecran 2019-02-28 a 16 01 06

Notice that elm make compiles successfully.

harrysarson commented 5 years ago

Is there a small example of an elm program that gives this error when run?

rlefevre commented 5 years ago

Also check that you don't use some browser extensions that could alter the DOM behind Elm's back.