Skip to content

Conversation

EskiMojo14
Copy link
Collaborator

@EskiMojo14 EskiMojo14 commented Oct 2, 2023

Adds a settled matcher (matches against both fulfilled and rejected actions) to an async thunk instance, and adds the ability to supply a reducer for it with the create callback syntax

builder.addMatcher(asyncThunk.settled, reducer);
// or
create.asyncThunk(payloadCreator, { settled })

@codesandbox
Copy link

codesandbox bot commented Oct 2, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 2, 2023

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 39b4a30:

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

@netlify
Copy link

netlify bot commented Oct 2, 2023

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit 39b4a30
🔍 Latest deploy log https://app.netlify.com/sites/redux-starter-kit-docs/deploys/651ae37f380fa0000872e323
😎 Deploy Preview https://deploy-preview-3768--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@markerikson markerikson added this to the 2.0 milestone Oct 19, 2023
@markerikson markerikson merged commit b7a8ede into v2.0-integration Oct 19, 2023
@markerikson markerikson deleted the cat-settled branch October 19, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants