react-use-infinite-loader
react-use-infinite-loader copied to clipboard
Typescript - Missing page in UseInfiniteLoaderOptions loadMore definition ?
Hello @robcalcroft ,
First and foremost, thanks for your project. When implementing one of your examples in Typescript, I got this error :
Like VS Code told me, it is due to the definition of loadMore : https://github.com/robcalcroft/react-use-infinite-loader/blob/master/index.d.ts#L5
Do you think you can update it so it is Typescript friendly ?
Kind regards,
Jacques Y.