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 844d5e0 commit 9ba78dbCopy full SHA for 9ba78db
src/components/form/Button.tsx
@@ -43,7 +43,7 @@ Button.propTypes = {
43
className: PropTypes.string,
44
role: PropTypes.string,
45
label: PropTypes.string,
46
- children: PropTypes.node,
+ children: PropTypes.any,
47
};
48
49
Button.defaultProps = {
0 commit comments