StrictMode 会导致 Field 组件卸载一次,这时 preserve=false 就会把 store 里的对应字段重置为 undefined,导致无法赋值。 - ref https://github.com/ant-design/ant-design/issues/49694  