diff --git a/packages/propel/src/calendar/root.tsx b/packages/propel/src/calendar/root.tsx index 8440dcbb13..48d3ccf600 100644 --- a/packages/propel/src/calendar/root.tsx +++ b/packages/propel/src/calendar/root.tsx @@ -329,7 +329,13 @@ export function Calendar({ } // Omit props that would override controlled navigation/header behavior - const { month: _month, onMonthChange: _onMonthChange, components: _components, ...dayPickerProps } = props; + const { + month: _month, + onMonthChange: _onMonthChange, + components: _components, + captionLayout: _captionLayout, + ...dayPickerProps + } = props; return (