diff --git a/src/Calendar/Navigation.jsx b/src/Calendar/Navigation.jsx index 7b9b3a83..b350b39e 100644 --- a/src/Calendar/Navigation.jsx +++ b/src/Calendar/Navigation.jsx @@ -19,6 +19,7 @@ export default class Navigation extends Component { shouldComponentUpdate(nextProps) { return ( nextProps.activeStartDate !== this.props.activeStartDate || + nextProps.locale !== this.props.locale || nextProps.view !== this.props.view ); }