elm/core

`_Debug_crash__DEBUG(0)` and `_Debug_crash__PROD(0)` out of sync

Opened this issue · 1 comments

During development, this “0” error looks like this:

https://github.com/elm/core/blob/1.0.5/src/Elm/Kernel/Debug.js#L244

throw new Error('What node should I take over? In JavaScript I need something like:\n\n    Elm.Main.init({\n        node: document.getElementById("elm-node")\n    })\n\nYou need to do this with any Browser.sandbox or Browser.element program.');

But in production, it looks like this:

https://github.com/elm/core/blob/1.0.5/hints/0.md

Your application is triggering a bug in the Dict module of this library!

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.