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 04c9e3f commit bb3f90dCopy full SHA for bb3f90d
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