Skip to content

Commit 577be8f

Browse files
fix
1 parent 4373861 commit 577be8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IKImage/IKImage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ class IKImage extends ImageKitComponent {
9595
}
9696
}
9797

98-
IKImage.propTypes = { ...ImageKitComponent.propTypes };
98+
IKImage.propTypes = ImageKitComponent.propTypes;
9999

100100
export default IKImage;

0 commit comments

Comments
 (0)