RickWong / react-transmit

Relay-inspired library based on Promises instead of GraphQL.
BSD 3-Clause "New" or "Revised" License
1.31k stars 61 forks source link

Duplicate calls issue continues after re-rendering the component #54

Open carlosvillu opened 8 years ago

carlosvillu commented 8 years ago

Hi @RickWong

Could please confirm whether you are still getting duplicate calls when the resolution of the Promise is too fast ?! I do, and I'd like to know if I can ignore it.

I've seen there's a PR by @kasselTrankos with conflicts and your commit, fixing it.

Thanks! CARLOS

RickWong commented 8 years ago

I was under the impression that https://github.com/RickWong/react-transmit/commit/af89ba6b050d9a2479cf0bcad810ed3bf27d2f87 fixed the duplicate calls.