ckeditor / ckeditor4-react

Official CKEditor 4 React component.
Other
95 stars 51 forks source link

ckeditor4-react is not working with next js #301

Closed Rahulk4128 closed 1 year ago

Rahulk4128 commented 1 year ago

It is working in my react application but now we are migrating to next js and found that CKEditor is not getting rendered in dom or it is not working in next js.

Rahulk4128 commented 1 year ago

I have changed the version it is working fine. now. can you help how to set the initial value? on the initial load of the page, data is not set in the editor if I refresh the page it is visible.

KarolDawidziuk commented 1 year ago

Hi @Rahulk4128

can you help how to set the initial value?

To set the initial value you can use the initData property.

In addition, it seems you have missed our templates for feature requests and bug reports. Their purpose is to make sure you provide the most sufficient and clear description. Without this, we are unable to have a closer look at your problem.

Please refer to our guide on how to report issues on the tracker, and open a new issue using the template as this one is being closed now.