We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update to the next major React release (currently v18, v19 may be released soon)
A number of other dependencies will also need to be updated at the same time:
@tanstack/react-query@5
cacheTime
gcTime
isLoading
isPending
status: loading
status: pending
isInitialLoading
isPending && isFetching
@testing-library/react@13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update to the next major React release (currently v18, v19 may be released soon)
A number of other dependencies will also need to be updated at the same time:
@tanstack/react-query@5
cacheTime
togcTime
isLoading
toisPending
status: loading
tostatus: pending
, andisInitialLoading
toisLoading
isLoading
for most of our use cases? (the newisLoading
isisPending && isFetching
)@testing-library/react@13
or laterThe text was updated successfully, but these errors were encountered: