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 4373861 commit 577be8fCopy full SHA for 577be8f
src/components/IKImage/IKImage.js
@@ -95,6 +95,6 @@ class IKImage extends ImageKitComponent {
95
}
96
97
98
-IKImage.propTypes = { ...ImageKitComponent.propTypes };
+IKImage.propTypes = ImageKitComponent.propTypes;
99
100
export default IKImage;
0 commit comments