Saurabh Jarial
Saurabh Jarial
@yoaquim, I am also facing the exact same problem. Did you find any solution?
I have set the default value to 0 because this is the expected default behaviour by most of the users to have no delay.
> > I have set the default value to 0 because this is the expected default behaviour by most of the users to have no delay. > > The delay...
@NguyenVuAnh1996, you're right; this change will disrupt users' existing code. I'm not sure why it's currently implemented this way, but technically, the prop should have been like this from the...
Inspecting the code, I found out that the custom renderSectionHeader is called with the section's title only instead of passing the complete section object. If we have access to the...