【发布时间】:2021-04-13 02:05:08
【问题描述】:
我正在开发一个 elm 应用程序,当我尝试将 Model 更改为 {} 以外的任何内容时,我收到了错误
Error: Problem with the flags given to your Elm program on initialization. Json.Decode.oneOf failed in the following 2 ways: (1) Problem with the given value: undefined Expecting null (2) Problem with the given value: undefined Expecting an INT
错误重现here
【问题讨论】: