kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

[Splitter] ExpressionChangedAfterItHasBeenCheckedError is thrown when resizing the pane in Angular v18

Open georgi-sla opened this issue 6 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce

  1. Create a Splitter component in an Angular v18 app.
  2. Make sure that the panes of the component are resizable.
  3. Open the Console in DevTools.
  4. Try to resize any of the component panes.

Please, check out the following StackBlitz demo for further reference: https://stackblitz.com/edit/angular-jqeh1c

Expected behavior Resizing the panes of the Splitter component should not cause errors.

Screenshots image

Workaround Handling the layoutChange event of the Splitter component seems to resolve the error:

https://stackblitz.com/edit/angular-jqeh1c-qp8gfj

georgi-sla avatar Aug 27 '24 07:08 georgi-sla