-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merge master into v2.0-integration
#3903
Conversation
Removes @rtk-query/oazapfts-patched in favor of the updated oazapfts
Add examples of what you can do with the subscription in the first subscribe code example
I somehow didn't include this with my previous commit, oops.
…into pr/add-listenerapi-cancel
* fix: adjust snake case regex * fix: update snapshot
Co-authored-by: Lenz Weber-Tronic <mail@lenzw.de>
* Use schema.title for body params * Add test case for title as body param name --------- Co-authored-by: Georg Wicke-Arndt <wicke-arndt@gapzero.de>
* add temporary workaround for oazapfts/oazapfts#491 --------- Co-authored-by: codesandbox-bot <codesandbot@codesandbox.io>
* Create ChangeLog.md Create the initial changelog. * Add Details as provided by @phryneas Missed these details while perusing the commits.
This commit addresses the deprecation of createStore by updating the store configuration in createSlice.mdx to use the recommended configureStore method.
…eStore Update store configuration using configureStore in createSlice.mdx
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
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 801b978:
|
69186b3
to
754d856
Compare
✅ Deploy Preview for redux-starter-kit-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for redux-starter-kit-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This PR:
master
to pick up the recent 1.9.x changes, includingrtkq-codegen-openapi
deps and listener middleware cancelation