ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.44k stars 3.69k forks source link

Docs issue report from "installation/integrations/next-js.html" #16319

Open kuroi512 opened 5 months ago

kuroi512 commented 5 months ago

Origin URL

https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/next-js.html

Project version

41.3.1

Is the information outdated? How?

No response

Is there something missing in the guide? What is it?

When i use it on my site and used it const CustomEditor = dynamic( () => { return import( '@/components/ui/custom-editor' ); }, { ssr: false } ); in my nextjs14 frontend it will render everytime i click or do something but if i removed it and
import CustomEditor from '@/components/ui/custom-editor' used it like this it will working well but if i build it npm build it will not building my folder how to fix it

Is there anything else you would like to add?

No response

User agent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0

chiragOctet commented 4 months ago

I have also same issue .