美文网首页
ant design pro踩坑之路

ant design pro踩坑之路

作者: 瞳孔里的温柔你看得见不 | 来源:发表于2019-02-15 14:47 被阅读0次

1.Warning: `defaultValue` is invalid for `getFieldDecorator` will set `value`, please use `option.initialValue` instead.

根据提示getFieldDecorator会修改value和defaultValue;解决办法在getFieldDecorator中需要用initalValue来设置值

动态监听路由路径的变化

componentDidMount() {

      this.props.history.listen(route => {

          this.setState({

              pathname:route.pathname

           })

        this.setState({

         operatingState:route.query.action

      })

      })

      }

相关文章

网友评论

      本文标题:ant design pro踩坑之路

      本文链接:https://www.haomeiwen.com/subject/zmopeqtx.html