elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.53k stars 663 forks source link

'Uncaught Error: Notify function called synchronously!' #1317

Closed brobrts closed 8 years ago

brobrts commented 8 years ago

not sure what this is, but following through on the suggestion below from the debugger =>

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 notify @ Main.elm?debug:1315(anonymous function) @ debug.js:3341

-- this happened in Chrome while debugging the architecture example in folder 2 with some Debug.log statements. see attached folder.

2.zip

jvoigtlaender commented 8 years ago

Please report this at https://github.com/elm-lang/elm-reactor/issues, and close here. You were pointed to the wrong repo due to this issue: https://github.com/elm-lang/core/issues/430.

brobrts commented 8 years ago

As requested.