Handle images without explicit sizes #1846
Annotations
3 errors and 1 warning
|
run Tests:
test/jest/post-attachments.test.jsx#L79
Error: Snapshot `PostAttachments > Displays all post attachment types 1` mismatched
- Expected
+ Received
@@ -33,10 +33,11 @@
width="337"
/>
<video
alt="Video attachment sunrise.mp4"
class="video"
+ disablepictureinpicture=""
height="190"
loading="lazy"
loop=""
playsinline=""
poster="https://candy.freefeed.net/v4/attachments/vi1/image?redirect=&width=337&height=190"
❯ test/jest/post-attachments.test.jsx:79:26
|
run Tests
The operation was canceled.
|
run ESLint:
src/components/post/post.jsx#L231
Method 'renderPostActions' has a complexity of 21. Maximum allowed is 20
|
Loading