AG Grid v23 with React 17: cellClassRules Not Reflecting Updated State Variable
I am using AG Grid v23 with React 17 and trying to conditionally apply CSS classes to grid cells based on a state variable. However, the cellClassRules do not reflect the updated state variable, even though the state updates correctly in other parts of the app.