Open souvik-ghosh opened 2 months ago
I'm using the renderSectionHeader prop to render custom section headers and trying to highlight the selected date background color. It isn't working as the _renderSectionHeader callback inside agendaList doesn't react to date changes.
renderSectionHeader
_renderSectionHeader
agendaList
Adding this fixes the issue
Description
I'm using the
renderSectionHeader
prop to render custom section headers and trying to highlight the selected date background color. It isn't working as the_renderSectionHeader
callback insideagendaList
doesn't react to date changes.Screenshots
Adding this fixes the issue