🐛(react) fix DataGrid selection checkbox rerendering

Each time a row was select or unselect the checkbox was re-triggering
its animation, which looked buggy.

Fixes #37
This commit is contained in:
Nathan Vasse
2024-03-12 16:44:26 +01:00
committed by NathanVss
parent 20f5bb703b
commit b4a6367bce
3 changed files with 28 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix DataGrid selection checkbox rerendering