We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e598e commit c74e563Copy full SHA for c74e563
src/components/imageLightbox.tsx
@@ -66,10 +66,7 @@ export function ImageLightbox({
66
67
// Filter out props that are incompatible with Next.js Image component
68
// Next.js Image has stricter typing for certain props like 'placeholder'
69
- const {
70
- placeholder: _placeholder,
71
- ...imageCompatibleProps
72
- } = props;
+ const {placeholder: _placeholder, ...imageCompatibleProps} = props;
73
74
// Render the appropriate image component based on dimension validity
75
const renderImage = () => {
0 commit comments