归来仍是切图仔
2019-05-05 09:55
老师,我的步骤跟你一样,为什么name和age 渲染不出来呢。。
<WrappedComponent {...this.props} ></WrappedComponent>
<WrappedComponent {...this.props} ></WrappedComponent>
高阶组件中 props要手动传到WrappedComponent里
哈哈哈 我也是这样啊!
是不是因为你的A组件内没有展开{...this.props}
React高级教程之高阶组件
14479 学习 · 33 问题
相似问题