Open vendramini opened 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:
renderSectionHeader
<SectionGrid/>
section
section.data
section.originalData
originalData
"react-native-super-grid": "^6.0.1", "typescript": "~5.3.3"
Hello!
On
renderSectionHeader
method from<SectionGrid/>
thesection
parameter is supposed to havesection.data
andsection.originalData
. Not sure what is happening, but the IDE isn't recognizingoriginalData
and the inference seems to be wrong: