摘要: React对boolean类型的attribute的识别方式问题,可以采用以下方法解决: 改成数字的写法,不用布尔值。 具体可以参考:https://github.com/styled-components/styled-components/issues/1198 阅读全文
posted @ 2018-10-20 17:00 全玉 阅读(6197) 评论(0) 推荐(0)
摘要: 这是React不能识别dom元素上的非标准attribute报出的警告,最终的渲染结果中React会移除这些非标准的attribute。 通常{...this.props}和cloneElement(element, this.props)这两种写法,会将父级别无用的attribute传递到子级的d 阅读全文
posted @ 2018-10-20 16:57 全玉 阅读(26518) 评论(0) 推荐(0)