Module '"redux-saga/effects"' has no exported member 'call'.
Author: tsopehCreated Sep 11, 2023Updated Jul 24, 2026
LabelsTypings
Steps to reproduce
Try importing the call (or any other) method in a .js or .ts file.
Description of the bug/issue
There is no code completion, suggestions or documentation in WebStorm and StackBlitz.
For .ts files IDE says: Module '"redux-saga/effects"' has no exported member 'call'.
Steps to reproduce the bug/issue
- Open this StackBlitz repro
- Take a look at the
index.tsandindex-js.js
Example
import { call } from 'redux-saga/effects';
Actual results
IDE: Module '"redux-saga/effects"' has no exported member 'call'.
The Expected results
Successfully resolved import.
Environment information
- redux-saga version - 1.2.3
- babel / typescript setup - TS 4.9.3
Note
I've tried to bring the attention to this issue in the following issues, but got no answers for two weeks:
Source: redux-saga/redux-saga