Skip to content

v5: keepPreviousData codemod #5760

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

Closed
TkDodo opened this issue Jul 21, 2023 · 0 comments · Fixed by #6196
Closed

v5: keepPreviousData codemod #5760

TkDodo opened this issue Jul 21, 2023 · 0 comments · Fixed by #6196
Labels

Comments

@TkDodo
Copy link
Collaborator

TkDodo commented Jul 21, 2023

keepPreviousData: true

should become:

placeholderData: (previousData) => previousData

OR, alternatively:

import { keepPreviousData } from '@tanstack/react-query'

placeholderData: keepPreviousData

If a placeholderData was already specified, it's fine if the codemod doesn't do anything and prints a warning instead. I think this case must be reviewed manually anyways.

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

Successfully merging a pull request may close this issue.

1 participant