From d8b941d0e5d4f3aa27de1dd83bbfd852c7626157 Mon Sep 17 00:00:00 2001 From: emyarod Date: Tue, 9 Feb 2021 14:37:43 -0600 Subject: [PATCH] docs(ListBoxMenu): update children proptype --- packages/react/src/components/ListBox/ListBoxMenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/src/components/ListBox/ListBoxMenu.js b/packages/react/src/components/ListBox/ListBoxMenu.js index 97c1137eb1ac..019ffca2cee7 100644 --- a/packages/react/src/components/ListBox/ListBoxMenu.js +++ b/packages/react/src/components/ListBox/ListBoxMenu.js @@ -39,6 +39,7 @@ ListBoxMenu.propTypes = { * Provide the contents of your ListBoxMenu */ children: PropTypes.oneOfType([ + PropTypes.node, PropTypes.arrayOf(ListBoxMenuItem), /** * allow single item using the workaround for functional components