niuware / mui-rte

Material-UI Rich Text Editor and Viewer
MIT License
437 stars 168 forks source link

fix: export error "export {default} from './dist/MUIRichTextEditor'" #335

Open abdelrahman-essawy opened 1 year ago

abdelrahman-essawy commented 1 year ago

Changing export {default} from './dist/MUIRichTextEditor' to const MUIRichTextEditor = require('./dist/MUIRichTextEditor'); module.exports = MUIRichTextEditor;