Scott Walkinshaw
Scott Walkinshaw
> Maybe I'm wrong, but I don't see an easy solution without breaking that API. > If you have any suggestions, please let me know! I was hoping you might...
👋 apologies for the bump, but a lot of people would be very thankful if you could update the official boxes on Vagrant Cloud. The Parallels one still hasn't been...
@ryangrunest you can fork the repo and then do a PR from there
This seems like a bug in Relay Modern. The actual Relay spec doesn't say those fields are required: https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo.Fields
Glad you opened an issue. Here's a little more background: https://stackoverflow.com/a/34951162
If/when the official Relay spec is updated to include those fields, we'll add them as well. > I think it would be awesome if you could provide a working example...
It still appears that way after a quick check. I found https://github.com/facebook/relay/issues/2457 as well.
It definitely still exists. 🤔 are you sure you're using the Storefront API and not the Admin API? Only easy explanation I could think of
🤔 I thought we did but doesn't look like it. Yeah if you want to do SSR then some sort of server-side storage would be required. Otherwise local storage is...
Doesn't every usage of `this.props.client` need to be changed to just `client` now that the constant is defined?