Kamil Piechaczek

Results 55 comments of Kamil Piechaczek

@psmyrek, would you like to review these changes?

I was able to run a single test case using `VirtualTestEditor` which does not use DOM. I decided to substitute the `ClassicEditor` class (which I use in my app) with...

@aliceriot, I published my example application here – https://github.com/pomek/react-ckeditor5-eject. In the README you will find everything that would help to execute the test.

### Internal notes * Moving to _Needs verification_ because it might be already solved by disabling 2way data binding. * Please, check if passing the `disableTwoWayBinding=true` option helps.

Closing due to https://github.com/ckeditor/ckeditor5-react/pull/383#issuecomment-2210212439.

Also see: https://github.com/ckeditor/ckeditor5-react/issues/225.

Please, add the CKEditor 5 related webapck loaders before this line: ``` // ** STOP ** Are you adding a new loader? // Make sure to add the new loader(s)...

I cannot imagine how it could work. React-native transforms React components to native controls used in Android or iOS. [There is no HTML and it doesn't use WebView.](https://stackoverflow.com/a/33480329/3388924)

Do you have any idea how could it work?