Hi all,
I have an app using flags (I’m saving the state in local storage and retrieving it on startup), and I also have custom HTML to pull in my CSS.
When I try to run elm-reactor, I get the following:
Oops! Something went wrong when starting your Elm program.
Trying to initialize theZKMain
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 namedpageStr
but instead got: undefined
Is there a way to get it to work? Where can I find documentation? I did some googling but I mainly found tickets, not docs.
Best,
Michal