Description
When overflow is set to 'section'. The child elements of the Toolbar are not rerendered when the parent state changes. This is not the case when overflow is set to "none" or "scroll".
Plan
KendoReact Free
Steps To Reproduce
- Open the following Stackblitz: https://stackblitz.com/edit/react-qsj2vdr4-l4kaevkq?file=app%2Fapp.tsx
- Open the console and notice the two logs: 'render toolbar' and 'render button'
- Click Change state
- Notice only one log: 'render toolbar'
Actual Behavior
The Toolbar component doesn't re-render children when the parent state changes
Expected Behavior
The Toolbar component should re-render its children when the parent state changes
Reported in TicketID: 1704240