Skip to content

Commit

Permalink
always
Browse files Browse the repository at this point in the history
  • Loading branch information
mltejera committed Oct 2, 2024
1 parent 897f080 commit 7308d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const useSplitNavItem_unstable = (

const isSubNav = potentialParenValue.length > 0 ? true : false;

const navItemShorthand = slot.optional(navItem, {
const navItemShorthand = slot.always(navItem, {
defaultProps: {
children,
},
Expand Down

0 comments on commit 7308d24

Please sign in to comment.