docs: update docs for image and s3 #31
Annotations
4 errors and 8 warnings
|
Type Check
Process completed with exit code 2.
|
|
Type Check
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLDivElement>'.
|
|
Type Check
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
|
Build
Process completed with exit code 1.
|
|
Lint:
frontend/src/features/presentation/components/ContentPreview.tsx#L39
'shareMenuRef' is assigned a value but never used
|
|
Lint:
frontend/src/features/editor/services/imageUploadService.ts#L141
'error' is defined but never used
|
|
Lint:
frontend/src/features/editor/components/MarkdownToolbar.tsx#L960
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Lint:
frontend/src/features/editor/components/ImagePicker.tsx#L196
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Lint:
frontend/src/features/editor/components/EmojiPicker.tsx#L111
React Hook useEffect has a missing dependency: 'getButtonPosition'. Either include it or remove the dependency array
|
|
Lint:
frontend/src/features/editor/components/EmojiPicker.tsx#L93
React Hook useLayoutEffect has a missing dependency: 'getButtonPosition'. Either include it or remove the dependency array
|
|
Lint:
frontend/src/features/editor/components/ContentEditor.tsx#L41
'uploadingPastedImage' is assigned a value but never used
|
|
Lint:
frontend/src/features/editor/components/ContentEditor.tsx#L24
'createImagePreview' is defined but never used
|