https://github.com/joschan21/breadit/blob/60cf197005033ecd26a06998fa3fd0686d02061f/src/components/Editor.tsx#L108 instead of this we can use below code to solve image uplaoding problems. ```typescript const [res] = await uploadFiles({ endpoint: 'imageUploader', files: [file], }) ```
breadit/src/components/Editor.tsx
Line 108 in 60cf197
instead of this we can use below code to solve image uplaoding problems.