elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Uncaught Error: The notify function has been called synchronously! This can lead to frames being dropped. #171

Closed despairblue closed 8 years ago

despairblue commented 8 years ago

See https://github.com/elm-lang/elm-compiler/issues/1122

from my chrome console:

Uncaught TypeError: Cannot read property 'time' of undefined

Uncaught Error: The notify function has been called synchronously!
This can lead to frames being dropped.
Definitely report this to <https://github.com/elm-lang/Elm/issues>

elm@0.16.0

despairblue commented 8 years ago

Happens when running the input example (I can't link to it right now, since elm-lang.org is down) and pressing this button in the debugger:

screen shot 2015-12-13 at 19 33 23

ravicious commented 8 years ago

Looks like a duplicate of #122 and #168. :grin:

jvoigtlaender commented 8 years ago

@despairblue, is it a duplicate of those issues mentioned above? If so, please close here.

despairblue commented 8 years ago

@jvoigtlaender right, could be that this error is the consequence of #122.

I'll close it and investigate a bit.