It doesn't set "All" as the first value sometimes. ```tsx <Checker compact defaultValue="All" style={Checker.Styles.Minimal} buttons={["All", "3D", "Icons", "Illustrations"]} onChange={(val) => { console.log(val); }} /> ```