Dawid Kossowski
Dawid Kossowski
@scofalik all done (I hope so...). You can review it again.
I forgot to mention that the issue with merging `$marker` element is still existing. We need to figure out how to fix it.
@scofalik it's ready to review. However, there are still issues that we discussed and will be fixed in the following tasks: 1. We use `affectedRange` to calculate starting and ending...
@scofalik you can take a look at it again.
I checked the newest changes in API and LGTM.
1. You wrote that this is not true, but it actually is. Just for clarification, when I say 'docs,' I'm referring to user guides rather than API documentation, which are...
PR is ready, waiting for the final review: https://github.com/ckeditor/ckeditor5-react/pull/473
@Mati365 please check this mechanism in both integrations: `CKEditor` and `useMultiRootEditor`.
@nicu-chiciuc, generally, we have two separate issues: 1. The dependency issue, which has been fixed and described here: https://github.com/ckeditor/ckeditor5-react/pull/470#issuecomment-2063461771 2. The quick rerenders issue, which we are trying to fix...
@Mati365, I've noticed that we have a similar issue with the `useMultiRootEditor` hook. When you use `demo-multiroot-react-18`, enabling StrictMode and passing `disableWatchdog: true` into the props, and initializing asynchronously (for...