When i start the the react app it gives the following error. i have commented the
export * as buttonList from './SundEditor'
from the package in node_modules then it works but i need this buttonList and react can't load it
"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"
},