Filter visibility change triggers columnFilters change #199
-
|
Hi, And the problem is that changing the visibility of filters causes a change in the state of the component (maybe because MRT creates new columnFilters array? idk ). Thx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Fixed this in v1.3.8. The filters were clearing on mount so added an extra check to make sure it only did it on subsequent renders. NOTE: You will still see these extra fetches with React Strict Mode during development, but should be fixed in prod builds |
Beta Was this translation helpful? Give feedback.

Fixed this in v1.3.8. The filters were clearing on mount so added an extra check to make sure it only did it on subsequent renders. NOTE: You will still see these extra fetches with React Strict Mode during development, but should be fixed in prod builds