Within an angular 9 app. I'm using the ag-grid and I decided to update it from 21.2.2
to 24.0.0
version.
What I realized though is that it stopped render the custom header components properly. For example I'm attaching two images that show how it looks like before and after.
As you can see, after update the height of the header doesn't seem to follow the height of the custom components and as a result the plots are getting cropped.
Any ideas on what could cause this issue or what I can look for would be very helpful.