Skip to content

Commit 2020fc2

Browse files
Update src/react-image-zooom.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 522e98b commit 2020fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-image-zooom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ interface ImageZoomProps {
9696
id?: string;
9797
className?: string;
9898
onError?: (error: ErrorEvent) => void;
99-
errorContent?: JSX.Element | React.ReactNode;
99+
errorContent?: React.ReactNode;
100100
}
101101

102102
function ImageZoom({

0 commit comments

Comments
 (0)