kendo-angular
kendo-angular copied to clipboard
[Splitter] ExpressionChangedAfterItHasBeenCheckedError is thrown when resizing the pane in Angular v18
Describe the bug A clear and concise description of what the bug is.
To Reproduce
- Create a Splitter component in an Angular v18 app.
- Make sure that the panes of the component are resizable.
- Open the Console in DevTools.
- 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
Workaround Handling the layoutChange event of the Splitter component seems to resolve the error:
https://stackblitz.com/edit/angular-jqeh1c-qp8gfj