kendo-react
kendo-react copied to clipboard
[Bug][Grid] column width is not set properly in StrictMode
When setting the App in StrictMode, the columns do not span entirely.
This can be seen in the following example:
https://codesandbox.io/s/kendo-grid-col-width-forked-n3wrkn?file=/src/index.js
Steps to reproduce:
- Open the example and observe the empty space to the right.
- Remove StrictMode and notice that the Grid columns are then positioned as expected.
Ticket ID: 1628648