mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
MainContainer.children is a node
not array or object
This commit is contained in:
@@ -34,5 +34,5 @@ export const MainContainer = (props) => {
|
||||
MainContainer.propTypes = {
|
||||
errorAlert: PropTypes.string,
|
||||
setErrorAlert: PropTypes.func,
|
||||
children: PropTypes.array,
|
||||
children: PropTypes.node,
|
||||
};
|
||||
|
Reference in New Issue
Block a user