virtual-dom icon indicating copy to clipboard operation
virtual-dom copied to clipboard

Uncaught TypeError: Cannot read property 'b' of undefined

Open gaku-sei opened this issue 6 years ago • 2 comments

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.

gaku-sei avatar Feb 28 '19 07:02 gaku-sei

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

harrysarson avatar Feb 28 '19 09:02 harrysarson

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

rlefevre avatar Feb 28 '19 11:02 rlefevre