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

have to use readUpdatableFragment_EXPERIMENTAL and story has this issue #4528

Open
lycha0206 opened this issue Nov 18, 2023 · 1 comment
Open

Comments

@lycha0206
Copy link

lycha0206 commented Nov 18, 2023

This is for the tutorial: https://relay.dev/docs/tutorial/mutations-updates/

I have to use: readUpdatableFragment_EXPERIMENTAL because readUpdatableFragment doesn't exist.

        const { updatableData } = store.readUpdatableFragment_EXPERIMENTAL(
          fragment,
          story
        );

also, the story is having this issue:

Screenshot 2023-11-18 at 3 23 54 AM
@esainty
Copy link

esainty commented Jan 6, 2024

This issue is being simultaneously tracked over here relayjs/relay-examples#285 although hasn't been updated for a while. Confirming that I get the same suite of issues, although I can use readUpdatableFragment without the experimental marker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants