elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack

Home Page:http://elm-community.org/elm-webpack-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught ReferenceError: _elm_lang$core$Json_Decode_ops is not defined

kaaloo opened this issue · comments

Running npm start will raise this error when using elm-lang/core 4.0.5. Works fine with elm-lang/core 4.0.4.

selection_001

Not seeing it, so i'm presuming it's in your Elm code? Looks like it's checkbox (form fields) related perhaps? Try compiling it direct, to see if it's related to elm-webpack-starter

Weird, I just cloned elm-webpack-starter, no code of mine here. I'll try again in a bit and let you know.

You're right! Sorry for the noise.