Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support relay-runtime v10.1.x #64

Closed
JonathanUsername opened this issue Nov 30, 2020 · 2 comments
Closed

Support relay-runtime v10.1.x #64

JonathanUsername opened this issue Nov 30, 2020 · 2 comments
Labels

Comments

@JonathanUsername
Copy link

https://github.com/morrys/wora/blob/master/packages/relay-store/src/Store.ts#L91
This line is failing on the latest version of relay (10.1.0).

I think it's due to this rename. More info here:
facebook/relay#3165

Current workaround that works and so enhances my suspicions:

import { Store } from 'react-relay-offline';

Store.prototype._scheduleGC = Store.prototype.scheduleGC
@morrys
Copy link
Owner

morrys commented Nov 30, 2020

@JonathanUsername,
I am working on relay v10.1 support for react-relay-offline, wora/relay-offline & wora/relay-store.

more info:
relay-tools/relay-hooks#126
morrys/react-relay-offline#55
morrys/react-relay-offline#56

@morrys morrys changed the title [@wora/relay-store] - _scheduleGC has been renamed to scheduleGC Support relay-runtime v10.1.x Dec 19, 2020
@morrys morrys pinned this issue Dec 19, 2020
@morrys
Copy link
Owner

morrys commented Dec 19, 2020

@morrys morrys closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants