We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e8b0f8 + b402e2f commit e9f2bdeCopy full SHA for e9f2bde
src/components/WindowTopBarPluginMenu.js
@@ -72,8 +72,6 @@ WindowTopBarPluginMenu.propTypes = {
72
container: PropTypes.shape({ current: PropTypes.instanceOf(Element) }),
73
menuIcon: PropTypes.element,
74
open: PropTypes.bool,
75
- PluginComponents: PropTypes.arrayOf(
76
- PropTypes.node,
77
- ),
+ PluginComponents: PropTypes.array, // eslint-disable-line react/forbid-prop-types
78
windowId: PropTypes.string.isRequired,
79
};
0 commit comments