-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix: rename asyncStoragePersistor to createAsyncStoragePersistor #2421
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: rename asyncStoragePersistor to createAsyncStoragePersistor #2421
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tannerlinsley/react-query/E112qQPJE58PRU6NxUbZVBqLY6jy |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4575bba:
|
|
Yes, I found out that just today and also |
|
I found another issue. The |
9d69200 to
4575bba
Compare
|
Thanks @Aung-Myint-Thein @maylinmedina for pointing it out. I think it should be good now. can you guys take a look again? |
|
@brunohkbx Looks good to me. Thanks. |
|
I'm eagerly awaiting these changes :D wanna test it out in my build. |
Oh you can actually test out this in the codes. The discussion here is just for naming consistency :D Please let us know where you have problems and I can help out. |
|
🎉 This PR is included in version 3.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Why
This function was being called as
createAsyncStoragePersistorin the docs but was exported asasyncStoragePersistor