From 5822571def68824784ad5690daa93aa3cdb3b5d6 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Mon, 10 Feb 2020 10:53:59 -0800 Subject: [PATCH] fix(ui-shell): update SideNavLink proptype (#5256) Co-authored-by: emyarod --- packages/react/src/components/UIShell/SideNavLink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/UIShell/SideNavLink.js b/packages/react/src/components/UIShell/SideNavLink.js index 863e71ca3090..194d710662b9 100644 --- a/packages/react/src/components/UIShell/SideNavLink.js +++ b/packages/react/src/components/UIShell/SideNavLink.js @@ -62,7 +62,7 @@ SideNavLink.propTypes = { /** * Specify the text content for the link */ - children: PropTypes.string.isRequired, + children: PropTypes.node.isRequired, /** * Property to indicate if the side nav container is open (or not). Use to