You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
写import { ClickParam } from 'antd/lib/menu';
然后就报错了
Module '"../../../../../../../../../Applications/work/study/react/prectice/new-admin/node_modules/antd/lib/menu"' has no exported member 'ClickParam'. Did you mean to use 'import ClickParam from "../../../../../../../../../Applications/work/study/react/prectice/new-admin/node_modules/antd/lib/menu"' instead? TS2614
是因为ant-design的版本原因的问题吗
The text was updated successfully, but these errors were encountered:
写import { ClickParam } from 'antd/lib/menu';
然后就报错了
Module '"../../../../../../../../../Applications/work/study/react/prectice/new-admin/node_modules/antd/lib/menu"' has no exported member 'ClickParam'. Did you mean to use 'import ClickParam from "../../../../../../../../../Applications/work/study/react/prectice/new-admin/node_modules/antd/lib/menu"' instead? TS2614
是因为ant-design的版本原因的问题吗
The text was updated successfully, but these errors were encountered: