Skip to content

Commit

Permalink
fix(post): resolve missing dependency console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 committed Sep 12, 2024
1 parent 6d0280b commit 7c6e6ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/messenger/feed/components/post/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ export const Post = ({

return null;
},
[isImageLoaded, loadAttachmentDetails]
[
isImageLoaded,
loadAttachmentDetails,
messageId,
getPlaceholderDimensions,
handleImageLoad,
]
);

return (
Expand Down

0 comments on commit 7c6e6ce

Please sign in to comment.