-
**Describe the bug**
- `` elements don't show in dev
- Console prints: `@lingui/babel-preset-react is probably missing in babel config, but you are using component in a way which requires it. Eithe…
-
**Describe the bug**
The duck test which "assume sagas don't exist", assumes you're using redux-saga >= 1.0.0.
**To Reproduce**
Using redux-saga v0.16.0, try wait for a saga to complete via:
…
-
Hi, I'm a Redux maintainer. I'd strongly recommend switching the Redux setup and logic in this project to use our new official Redux Toolkit package. It includes utilities to simplify several common …
-
**Current Behavior**
- I'm using a navigation service as suggested [here](https://github.com/react-navigation/react-navigation/issues/153#issuecomment-277639975) in order to navigate from redux-sagas…
-
I'm currently migrating from [raven-for-redux](https://github.com/captbaritone/raven-for-redux) and I'm having some issues.
Initially I searched the Issues and found [this](https://github.com/vidit…
-
With d12c52ddc2533b7b9539ff0b217db60ce177aa0f a base implementation for requests was introduced which handles asynchronous tasks and will bundle requests done at the same time together to safe resourc…
-
Hi. I'm getting this error when attempting to resolve from a saga.
My code
`export function * loginUser2(action) {
// const { seconds, value } = action.payload
yield delay(1000)
yield ca…
-
I suspect this is an issue with react itself rather than with redux-injectors, but posting here first as it's the first link in the chain.
I have a component that injects it's reducers and sagas, c…
-
For this project, follow some react patterns:
- Redux
- Reducks
- Redux-Saga
-
Hi Guys,
I've just upgraded from 0.4.5. I know, i should have upgraded much sooner. I haven't touched the orm part of my app in a very long time. It now seems that the argument passing functionalit…