saleel / react-native-super-grid

Responsive Grid View for React Native
MIT License
1.43k stars 153 forks source link

originalData not typed? #223

Open vendramini opened 2 months ago

vendramini commented 2 months ago

Hello!

On renderSectionHeader method from <SectionGrid/> the section parameter is supposed to have section.data and section.originalData. Not sure what is happening, but the IDE isn't recognizing originalData and the inference seems to be wrong:

image
"react-native-super-grid": "^6.0.1",
"typescript": "~5.3.3"