79616438

Date: 2025-05-11 11:46:49
Score: 0.5
Natty:
Report link

I fixed it by changing import createSagaMiddleware from 'redux-saga'; to const createSagaMiddleware = require('redux-saga').default; as as mentioned here link.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexandre HOUESSOU