Skip to content

[Bug][Toolbar] The Toolbar component doesn't re-render its children when the parent state changes #3456

@Yanko-Georgiev

Description

@Yanko-Georgiev

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

  1. Open the following Stackblitz: https://stackblitz.com/edit/react-qsj2vdr4-l4kaevkq?file=app%2Fapp.tsx
  2. Open the console and notice the two logs: 'render toolbar' and 'render button'
  3. Click Change state
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions