Débora Gonçalves

Results 8 comments of Débora Gonçalves

> Same issue. For me it was a folder called **switch** with an index.tsx. Renaming the folder solved the issue. same here

any example to event conversion ?

the action is called once, but in saga called twice, I not have any idea, I will shared here my actions @khaliu

``` import { all, call, fork, put, takeLatest } from 'redux-saga/effects'; import { POST_PRODUCT_API } from './../../actions/types'; import { postProductAPIFailure, postProductAPISuccess } from './../../actions'; import {API} from './../../util/api'; export const...

This is my code, in the actions called once, but when entry in postProductAPI function, called twice

I just did make an alternative solution (gambiarra in brazilian portuguese), with a counter... Does anybody have a better solution? ``` import { all, call, fork, put, takeLatest, takeEvery }...

@z0al yes, this probably a issue, but this is weird, because only in this call this is happen, I created another function and this happen twice, I'll share with you...

I'm having the same issue, and i'm don't have circular dependency