redux-toolkit
redux-toolkit copied to clipboard
Remove abortcontroller polyfill
Currently there a polyfill of AbortController in createAsyncThunk but not in listeners middleware.
The goal of this issue is to remove the polyfill for the v2
Related to: https://github.com/reduxjs/redux-toolkit/pull/2446
Thanks for the issue! :)
@phryneas I've created https://github.com/reduxjs/redux-toolkit/pull/2518 if you think this is useful