Closed Ovi closed 5 years ago
renderFooter function must return the index, either it's used or not, else typescript will give error:
(parameter) index: number | undefined Type 'undefined' cannot be used as an index type.ts(2538)
renderFooter function must return the index, either it's used or not, else typescript will give error: