diff --git a/jsx/src/util/layout.jsx b/jsx/src/util/layout.jsx index 54403890..c1144ea4 100644 --- a/jsx/src/util/layout.jsx +++ b/jsx/src/util/layout.jsx @@ -34,5 +34,5 @@ export const MainContainer = (props) => { MainContainer.propTypes = { errorAlert: PropTypes.string, setErrorAlert: PropTypes.func, - children: PropTypes.array, + children: PropTypes.node, };