我最近升级到React version 16.10.2
。并且在使用And Design Components时面临错误。
我想使用印刷术标题。 这是我之前所做的。
import { Typography } from 'antd'
const { Title } = Typography
<Title level={4}>Hello World</Title>
我在console
中遇到错误,如下所示
不能为功能组件提供参考。尝试访问此参考 将失败。您是要使用React.forwardRef()吗?