Skip to content

Typo in Middleware code #5

@TomJRodrigues

Description

@TomJRodrigues

Chapter 10 on Middleware, page 163.

Previous page on Async Actions talked about waiting 500ms for an autocomplete action, code reflects only 50ms:

20ms: dispatch({ type: 'AUTO_COMPLETE', payload: 'cat', meta: { debounce: 50 }}; // Suppressed
50ms: // The action with payload 'cat' is dispatched by the middleware.

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