getIn (["a", "b", "c"]) is a shortcut to map.get("a").get("b").get("c"). In details: You have probably got into one of the fromJS traps.
確定! 回上一頁