Jason Quense
Jason Quense
hmm I'm honestly not sure how to fix this
hey, sorry, its too easy to lose track of pending GH PRs. Thanks for this, I think it's neat and useful, but i'm not sure it's a good fit here....
I was thinking something like `array.filter` so you only provide the rejector function and the component here will only use dates you return true for
There isn't any docs at the moment, you can poke through the code base to see how it's used tho.
are you sure those are the resolved versions? I don't know why it would stop out of the blue, we've not pushed any new versions to v4
hmm i'm not sure. sounds like maybe a weird yarn thing. glad it's working. will leave open for now, in case it pops up again
Not including a **required** dependency doesn't help with bundle size. It's not possible to use this library without `core-js`, excluding it just means the library is broken by default
If folks are running into this and don't necessarily need all the nice features in RRNM, we've written and switched to: https://github.com/4Catalyzer/relay-network-layer which is a good bit smaller (at the...
Thanks for taking look! I'm not sure tho how the iterable/iterator distinction helps the the above example with the generator does return an iterable, main issue is return() doesn't do...
Sorry by "above examples" I meant if you used an async generator you'd hit the same problem