-
Notifications
You must be signed in to change notification settings - Fork 155
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
fix(react-query): importOperationTypesFrom missing prefix #552
fix(react-query): importOperationTypesFrom missing prefix #552
Conversation
🦋 Changeset detectedLatest commit: 1adb67f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@neil585456525 Anything we can do to support getting this merged? It's the last piece of the puzzle for us to upgrade to v5! Thanks! |
@saihaj Please review this pr when you available, thx! |
Hi @saihaj - would you be able to unblock us on this? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! looks great!
Description
Fix
importOperationTypesFrom
missing prefix.Related #493 #434
Type of change
Checklist:
CONTRIBUTING doc and the
style guidelines of this project
Further Messages:
Thanks all of you who help to test and find issue for 6.0.0!
Special thanks to @knoefel for digging into the code and @groomain for creating the test repo!