ckeditor5-react icon indicating copy to clipboard operation
ckeditor5-react copied to clipboard

Official CKEditor 5 React component.

Results 104 ckeditor5-react issues
Sort by recently updated
recently updated
newest added

We had no trouble with `` when using `` directly, but when we wrapped it in a `` we suddenly saw two editors. This had us pulling our hair, out...

Hey, When trying to run tests using Vitest and React Testing Library, I stumble on to the following error: ``` Error: require() of ES Module /workspaces/workspace/node_modules/.pnpm/@[email protected]/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js from /workspaces/workspace/node_modules/.pnpm/@[email protected]_@[email protected]_@ckeditor+ckeditor5-editor-mu_u4cc4mpjbdj7ukcuf4x6qwbloa/node_modules/@ckeditor/ckeditor5-react/dist/index.js not supported....

![image](https://github.com/ckeditor/ckeditor5-react/assets/114078307/bcff086f-a8df-4089-818a-b382da6c6041) This errors occurs after build the project. In development time don't happs. I'm using Vite to build. My **vite.config.ts file**: ``` import { defineConfig } from 'vite'; import react...

pending:feedback

### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention)) Fix: Add CKEditor component initialize / destroy semaphore to prevent race conditions during fast rerender. Closes https://github.com/ckeditor/ckeditor5-react/issues/471. --- ### Additional information Probably related to...

I'm trying to implement CKEditor 5 to my Nextjs project using this guide: https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/next-js.html However when I try to run the webpage shows this error: ![image](https://github.com/ckeditor/ckeditor5-react/assets/81255174/473d07a5-a057-44a6-824b-583b7ea48774) My code is exactly...

type:bug
support:2

A bit of an edge case I ran into while testing. I have a component that looks something like this: ```tsx const [editor, setEditor] = useState(); const onReadyCallback = useCallback(...

In `StrictMode` or in situations where the application quickly rerenders, the next editor instance is rerendered or attempts to rerender before the previous instance is destroyed, especially when the editor...

type:bug
squad:collaboration

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

https://github.com/ckeditor/ckeditor5-react/blob/55771ff10870dc992f473e7f514c02388b052822/package.json#L92 Installations of CKEditor can pull in the wrong version of CK packages because of this when you do not use the multi-root editor. I think it would be a...

Hello, We're trying to use the import from Word feature, but whenever we import a Word in our Editor, the editor refreshes itself and returns an error we are unable...

support:2