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 942b6dc commit 5c3d823Copy full SHA for 5c3d823
client/components/mobile/ActionStrip.jsx
@@ -38,7 +38,7 @@ const ActionStrip = ({ actions }) => (
38
39
ActionStrip.propTypes = {
40
actions: PropTypes.arrayOf(PropTypes.shape({
41
- icon: PropTypes.any, //eslint-disable-line
+ icon: PropTypes.component,
42
aria: PropTypes.string.isRequired,
43
action: PropTypes.func.isRequired,
44
inverted: PropTypes.bool
0 commit comments