Skip to content

[Docs] Minor Statement Fix #4766

@leontalukdar

Description

@leontalukdar

What docs page needs to be fixed?

  • Section: Checking Async Thunk Conditions
  • Page: Redux Essentials, Part 5: Async Logic and Data Fetching

What is the problem?

I was reading through it. And I think the below statement is incorrect.

In this case, we know that we want to avoid running the thunk if the state.posts.status field is 'idle'

What should be changed to fix the problem?

The statement should be

In this case, we know that we want to avoid running the thunk if the state.posts.status field is not 'idle'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions