标签: reactjs antd
我正在使用以下导入语句;
import { Space } from 'antd'
,并收到以下错误:
Attempted import error: 'Space' is not exported from 'antd'
不确定是什么问题。请帮忙。