Imran Khan
Imran Khan
I am unable to update the Block via the `update` method. method ``` update(id?: string, data?: BlockToolData): void ``` Example: I tried: ``` const blockToUpdate = { type: 'paragraph', data:...
#### Describe the bug I updated the Axios from `"axios": "^0.27.2"` to `"axios": "^1.1.2"`, and Jest tests are not working anymore with the following error: ``` FAIL src/app/slices/app/App.slice.test.tsx ● Test...
**Describe the bug** When app comes to foreground the dark theme takes a bit to apply on the elements and due to that the Light theme shows on the app....
I want to add headers to the API that fetches the Image. I upload an image with the POST API request and got the URL back. I want to pass...
I am using a Paragraph component to render the text with styles. i.e ``` const EditorJsParagraph = (props: IParagraphProps) => { const { text } = props.data; return ; };...
I upgraded the package to the latest version from "2.4.1" and I am getting the following error: ``` runtime-core.esm-bundler.js:40 [Vue warn]: Invalid VNode type: Symbol(v-fgt) (symbol) at at at at...