react-editor-js icon indicating copy to clipboard operation
react-editor-js copied to clipboard

⚛️📝The unofficial editor-js component for React

Results 41 react-editor-js issues
Sort by recently updated
recently updated
newest added

I have an component that needs to store the editor data whenever it has changed. I am using the `onChange` function but besides the actual data which I can get...

enhancement

### Environment - @editorjs/editorjs version: x.y.z - react-editor-js version: x.y.z ### Describe Multiple instance of the Editojs appeared. Following are my package json `"dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@testing-library/user-event":...

bug

### Environment - "@editorjs/editorjs": "^2.25.0", - "@editorjs/header": "^2.6.2", - "@editorjs/paragraph": "^2.8.0", - react-editor-js version: "^2.1.0" ### Describe I can't Input anything, but no warning or error in console. This is...

bug

## PR Type - [x] Bug Fix - [ ] Feature Request ## Description Fixes #200

### Environment - react-editor-js version:2.24.3 ### Describe When setting value editor throws an error => `this._editorJS.render is not a function at ClientEditorCore. ` I also tried added via data prop...

bug

### Environment - @editorjs/editorjs version: 2.23.2 - react-editor-js version: 2.0.6 ### Describe I currently using next.js version 12.1.4. And the error occurs after the ClientEditorCore instance initial success as you...

bug

## PR Type - [ ] Bug Fix - [x] Feature Request ## Description Core api extension: - toggleReadOnly(): Promise - insertBlock(type?: string, data?: BlockToolData, config?: ToolConfig, index?: number, needToFocus?:...

enhancement

See: https://github.com/Jungwoo-An/react-editor-js/issues/190#issuecomment-1105459267 This would prevent people using React 18 (the default) from opening duplicate issues. Also, this would signal to `@editorjs/editorjs` that this doesn't support React 18. Likewise, my example...

enhancement

- @editorjs/editorjs version: 2.24.3 - react-editor-js version: 2.0.6 - react: 18.1 Editorjs fails to compile after running `npm run build` on my react environment. I saw an issue requesting to...

bug

### Environment - @editorjs/editorjs version: 2.24.3 - react-editor-js version: 2.0.6 - react 18.0.0 - next : 12.1.5 ### Describe Hi, as per the example naming ``` editorCore.current.focus();``` throws `editorCore.current.focus is...

bug