-
Notifications
You must be signed in to change notification settings - Fork 129
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
NextJS Version 13.5 brokes #381
Comments
+1 on this, same for me in our project as well |
Seems to only happen in a production optimized build, in development mode it works fine |
It's works on NextJS v13.4... hmm |
@Luyin Yeah this issue is for 13.5, its weird cus it works in 13.5.3 but not any minor version after that |
Can we get more details about the error you're encountering? Additionally, we've made enhancements to our Type definitions, so you might want to try our latest version to see if it resolves the issue. |
We just updated NextJS to the latest version (13.5) from 13.4 and froala started crashed (some type issue)
This is our code, and we import the editor using
const CustomTextEditor = dynamic(() => import("./CustomTextEditor.component"), { ssr: false, });
Thanks
The text was updated successfully, but these errors were encountered: