Skip to content
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

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

Open
kuroi512 opened this issue May 7, 2024 · 1 comment
Open

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

kuroi512 opened this issue May 7, 2024 · 1 comment
Labels
squad:core Issue to be handled by the Core team. type:docs This issue reports a task related to documentation (e.g. an idea for a guide).

Comments

@kuroi512
Copy link

kuroi512 commented May 7, 2024

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

@kuroi512 kuroi512 added squad:core Issue to be handled by the Core team. type:docs This issue reports a task related to documentation (e.g. an idea for a guide). labels May 7, 2024
@chiragOctet
Copy link

I have also same issue .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad:core Issue to be handled by the Core team. type:docs This issue reports a task related to documentation (e.g. an idea for a guide).
Projects
None yet
Development

No branches or pull requests

2 participants