Skip to content

delay import on first Saga #15

@jvcjunior

Description

@jvcjunior

I'm watching your pluralsight videos on 2020 and when you're creating the first app saga you are importing delay like this:
import { delay } from 'redux-saga';

but you should import like this:
import { delay } from 'redux-saga/effects';

I hope it helps!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions