-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not able install in next js. It shows "SyntaxError: Unexpected token 'export'" #290
Comments
I am not able install in next js. It shows "SyntaxError: Unexpected token 'export |
Same issue with same conditions |
I have the same issue. I notice the message in the console: mui-rte version 1.29 seems to work so the issue seems to be with V2 |
hi @chrishj59 @paradoxkb @shyamk91 and others This issue can be resolved by finding the and updating the default export in I have made a PR for this here |
Is this project still maintained? It's been months since the last commit and #292 is still open. |
import dynamic from 'next/dynamic'
const MUIRichTextEditor = dynamic(() => import('mui-rte'), { ssr: false }); you can use dynamic to work around that issue |
Checklist
Description
Write here your issue description.
The text was updated successfully, but these errors were encountered: