zhouzhongyuan / qa

Questions recods
MIT License
5 stars 1 forks source link

What is immutable.js ? #73

Open zhouzhongyuan opened 7 years ago

zhouzhongyuan commented 7 years ago
zhouzhongyuan commented 7 years ago

.

zhouzhongyuan commented 7 years ago

Error1

Statement:

Immutable.fromJS(items)

items如下

[
    {
        "caption": "已输入",
        "value": "10",
        "key": "10"
    },
    {
        "caption": "已完成",
        "value": "90",
        "key": "90"
    },
    {
        "caption": "已关闭",
        "value": "100",
        "key": "100"
    }
]

Error:

Expected [K, V] tuple: i

items的格式不正确