We're experiencing an issue where a Kendo React Wrapped Grid isn't rendering the same way consistently. Sometimes it will render as expected like this:
<table role="grid" class="table table-striped table-bordered dataTable k-grid-header"> ... </table>
But other times it will render without the classes at all, which breaks a lot of the styling and sizing:
<table role="grid" > ... </table>
It is inconsistent across page refreshes for the same grid. In fact, it seems to be that if Chrome Dev Tools are open it will render correctly, but if they are not open then it will render incorrectly. I would have assumed it was a caching issue, but if I close dev tools and refresh the page again it reverts to the broken state.