I'm running into an issue with the Kendo React Grids after introducing snapshot testing: The filtering cells seem to generate properties with GUIDs that change each render, making it impossible to snapshot test. You can see an example in the attached screenshot.
This is probably more of a feature request: Could thing be changed so the grid filter cells by default render in a predictable, repeatable way so they can be snapshot tested? Is there a better place to request this?