fix(2448): remove abort controller polyfill
Description
In this PR we remove abort controller https://github.com/reduxjs/redux-toolkit/issues/2448
Where should I add in the docs that ?
- For people that are using redux with a node.js server they:
- need node.js 15 or have to polyfill
AbortController
- need node.js 15 or have to polyfill
I'll update specs and add docs if we are ok
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 c23f7eb7395c03794e870d0060d4f718bdc6ca7b:
| Sandbox | Source |
|---|---|
| Vanilla | Configuration |
| Vanilla Typescript | Configuration |
| rsk-github-issues-example | Configuration |
| @examples-query-react/basic | Configuration |
| @examples-query-react/advanced | Configuration |
| @examples-action-listener/counter | Configuration |
| rtk-esm-cra | Configuration |
Deploy Preview for redux-starter-kit-docs ready!
| Name | Link |
|---|---|
| Latest commit | c23f7eb7395c03794e870d0060d4f718bdc6ca7b |
| Latest deploy log | https://app.netlify.com/sites/redux-starter-kit-docs/deploys/64ea67a0bb00f20008b9d94f |
| Deploy Preview | https://deploy-preview-2518--redux-starter-kit-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Let's target that for a 2.0 release :)
@phryneas @markerikson let me know if I need to do any changes
Belated, but thank you!
Thanks for merging it