Skip to content

Commit

Permalink
MainContainer.children is a node
Browse files Browse the repository at this point in the history
not array or object
  • Loading branch information
minrk committed Sep 13, 2024
1 parent 43597fe commit 992bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsx/src/util/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export const MainContainer = (props) => {
MainContainer.propTypes = {
errorAlert: PropTypes.string,
setErrorAlert: PropTypes.func,
children: PropTypes.array,
children: PropTypes.node,
};

0 comments on commit 992bc98

Please sign in to comment.