Witek Socha
Witek Socha
Not sure how your tests are set up, but we are not supporting Jest. I know there were some examples like https://github.com/ckeditor/ckeditor5-react/issues/225 but we are pretty sure that testing the...
You need to use [our Vite plugin](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source-vite.html) as well.
As far as I can see, you're using a predefined build, it doesn't require any Vite plugin, as the code is already built in the npm package.
I would appreciate it if you could prepare some reproducible code sample for us (repo or zip).
Could you share how `ckeditor5-custom-build` looks in your `package.json`? @gorzelinski would you mind verifying if next didn't change something on their side?
> The latest version of CkEditor and its plugins is `41.0.0`, but `ckeditor-react` 6.2.0 works with `40.2.0` Could you elaborate? We haven't observed any problems, and `ckeditor5-react` doesn't have a...
@nicu-chiciuc yeah, peer deps settings suck right now, I noticed `npm install --legacy-peer-deps` work much better than the default. Not sure how it works in pnpm though :/ > Also,...
@pomek will your team take a look?
@vokiel could you check if it's signed?
This is an error from the third-party library, it looks like it's not harmful per [this SO comment](https://stackoverflow.com/a/50387233/4088096). We will keep this issue open for a while to check if...