[data grid] Consider using generic parameter as unknown
instead of any
in GridCellParams
#5614
Labels
breaking change
component: data grid
This is the name of the generic UI component, not the React module!
v6.x
Summary
Consider using
V = unknown
instead ofV = any
inGridCellParams
(as per #4774 (comment))mui-x/packages/grid/x-data-grid/src/models/params/gridCellParams.ts
Line 9 in 936655f
Motivation
The text was updated successfully, but these errors were encountered: