kendo-angular
kendo-angular copied to clipboard
[Splitter, TextArea] Using the component in an Angular application that utilizes SSR leads to errors
Describe the bug Currently, when developers create a Splitter component that has more than one pane inside an Angular application that utilizes server-side rendering, an error is being thrown on the console.
To Reproduce
- Create an Angular SSR application.
- Create the Splitter component so that it has more than one pane.
- Run the application and open the DevTools console.
Please, check out the attached demo project: splitter-component-demo.zip
Expected behavior Creating a Splitter component with more than one pane inside an Angular SSR application should not throw any errors on the console.
Screenshots
Additional context Setting ngSkipHydration to true seems to resolve the errors.