We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Base
1 parent f9e36c0 commit 299fc33Copy full SHA for 299fc33
src/box/index.js
@@ -40,7 +40,7 @@ const Box = styled(BoxBase)(
40
Box.displayName = 'Box'
41
42
Box.propTypes = {
43
- ...Box.propTypes,
+ ...BoxBase.propTypes,
44
...styles.propTypes,
45
initialCSS: PropTypes.object
46
}
src/image/index.js
@@ -42,7 +42,7 @@ const Image = styled(ImageBase)(
Image.displayName = 'Image'
Image.propTypes = {
- ...Image.propTypes,
+ ...ImageBase.propTypes,
...styles.propTypes
47
48
0 commit comments