We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbb402 commit b5378d6Copy full SHA for b5378d6
components/Image.js
@@ -83,7 +83,7 @@ class Image extends PureComponent {
83
}
84
85
Image.propTypes = {
86
- ...ImagePropTypes.propTypes,
+ ...ImagePropTypes,
87
};
88
89
const AnimatedImage = connectAnimation(Image);
0 commit comments