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
we currently use unstable_batchedUpdates as our batchNotifyFn in React and React Native:
unstable_batchedUpdates
batchNotifyFn
query/packages/react-query/src/setBatchUpdatesFn.ts
Line 4 in 357ec04
Apparently, this function is a "noop" in React18, as discussed here:
facebook/react#24831 (comment)
query/packages/react-query/package.json
Lines 24 to 26 in 9b21609
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
context
we currently use
unstable_batchedUpdates
as ourbatchNotifyFn
in React and React Native:query/packages/react-query/src/setBatchUpdatesFn.ts
Line 4 in 357ec04
Apparently, this function is a "noop" in React18, as discussed here:
facebook/react#24831 (comment)
proposal
query/packages/react-query/package.json
Lines 24 to 26 in 9b21609
The text was updated successfully, but these errors were encountered: