当我启动反应应用程序时,它会出现以下错误。我已经
export * as buttonList from './SundEditor'
从 node_modules 中的包中评论了它然后它可以工作但我需要这个 buttonList 并且反应无法加载它
"dependencies": {
"@evenlogics/whf-reactadmin": "^1.1.18",
"katex": "^0.13.11",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"suneditor": "^2.39.0",
"suneditor-react": "^3.1.0"
},