Ankeet Maini
Ankeet Maini
I'd love to be a part of this! On Wed, 13 Nov, 2019, 7:20 PM Rodrigo, wrote: > @DianaKoenraadt would you like to get > involved in the development of...
It might depend on your scroll threshold. It shouldn't happen ideally as I keep track of a condition and lock it unless new props aren't flowing https://github.com/ankeetmaini/react-infinite-scroll-component/blob/d5b4e5250669022db5217763afd22fb3995a505a/src/index.tsx#L146
This is a known issue. There was a feature which used to reset the actionTriggered flag when user would scroll up. Assuming if the next call failed and user continues...
Can you please also change the prop table in the readme?
Could you also please tell the issue which this fixes? On touch events this would work seamlessly I assume?
Or you can simply change the key in userland code ;) ```jsx class UseInfinite extends Component { render() { return ( ) } } ``` This way the component will...
I think you guys are right, it should scroll in the y direction with the value passed. Problem is this condition, without this it should work just fine. https://github.com/ankeetmaini/react-infinite-scroll-component/blob/de6e954a7f9c27fe0834eb665f6224e918b6cbef/src/index.tsx#L89
Right now there's no solution, only thing is load upfront more items to have a scroll for sure. On Thu, Feb 6, 2020 at 12:43 PM pokharelsangam wrote: > Hello...
Please go ahead! Sent from my iPhone > On 03-Aug-2021, at 9:32 AM, akashpatil14298 ***@***.***> wrote: > > > Hey @ankeetmaini, I am interested in this issue. Can I...
Can a test be added for this fix? Will make it easier for me to merge