looplab/eventhorizon

TodoMVC example is broken

sanderdg opened this issue · 1 comments

When I try to run the example I get:

Oops! Something went wrong when starting your Elm program.
Trying to initialize the `App` module with an unexpected flag.
I tried to convert it to an Elm value, but ran into this problem:

I ran into the following problems:

Expecting null but instead got: undefined
Expecting an object with a field named `backendList` but instead got: undefined`

Also, the example code was written in Elm 0.18 but the latest version is 0.19.

Never mind, compiling the frontend worked for me.