GroupCard was defined inside ExportFieldsDialog, so it got a new component identity every render and React remounted the whole grid on each sel change, making the per-group All/None buttons (and checkboxes) feel unresponsive. Hoist GroupCard to module scope with sel + handlers passed as props. Changelog 0.21.1.