我照着antd官方文档上写的一个select选择器,为什么会报错
select选择器不报错
收起
可能是你没有引入Option,引入一下试试:
const { Option } = Select;
报告相同问题?