dcurletti / redux-infinite-scroll

React infinite scroll component designed for a Redux data-flow.
MIT License
178 stars 47 forks source link

#40 use prop-types package #42

Open Philipp91 opened 7 years ago

Philipp91 commented 7 years ago

I confirmed that it actually stops the warning message (see #40) and the scrolling still works.

There are a bunch of other deprecation warnings, though.

santiagoGuti commented 7 years ago

Hello, We are using redux-infinite-scroll and lately we are trying to use react 16. Do you have an estimation when this pr is going to be merge and release? @Philipp91

Philipp91 commented 7 years ago

Me? No idea. I'm not the maintainer of this repository. It's been a while since I created this PR, but it seems like it's ready to merge?

santiagoGuti commented 7 years ago

@dcurletti can we merge this?

nicolaidahl commented 7 years ago

@dcurletti I don't mean to spam you, but it would be really nice if this could be merged. Any estimate as to when this could potentially happen? Thanks for a nice lib

pathann commented 6 years ago

any word on the merging? - is a fork in order to keep this going / maintained?

MichaelAP commented 6 years ago

@pathann Sorry about this. The original maintainer is no longer with RealScout. I'm checking with him to see if he wants to take control of the repo, or most likely I'll be looking for another maintainer. I'll let you know in the next few days!

pathann commented 6 years ago

@MichaelAP thanks. let me know.

MichaelAP commented 6 years ago

@pathann Hey, I've transferred ownership of the repo to it's creator, @dcurletti. Davide, hopefully you're able to merge some of these PR's soon? Thanks!

dcurletti commented 6 years ago

will get to merging/updating in the next few days.

justinryder commented 6 years ago

@dcurletti Any updates on the merge? This is the last dependency preventing me from upgrading to React 16.

jacksonrayhamilton commented 6 years ago

@dcurletti Please merge this.

jacksonrayhamilton commented 6 years ago

I published my fork with this update. It also switches to using react-transition-group.

yarn add @jacksonrayhamilton/redux-infinite-scroll@1.0.9-02bf627
alexjfno1 commented 5 years ago

@dcurletti Can you merge this? Is this not being maintained anymore?

Philipp91 commented 5 years ago

fyi I'm using react-waypoint now.