-
We have a couple of software items we want to add.
Here is the list, considering the uniqueness, quality, and number of starts.
Before you create a PR for each item, please check:
- [Contributi…
-
Hello, and thanks for this library that solved a long issue of mine with `redux-saga`. I
would like to suggest improved typing for effects that yield actions, i.e. `take`.
```
const action = yiel…
-
Hi maintainer, thanks for the great effort on making this nice library.
I found that the method call of `login` doesn't work in the following scenario.
```js
// this doesn't work
// the error m…
-
saga.js
``` js
export default function* language() {
yield takeLatest(CHANGE_LOCALE, changeLocale);
yield put(changeLocaleAction(navigator.language));
}
```
test.js
``` js
describe('lan…
-
Using Thorium 3.0.0 AppImage on Arch Linux, running this command:
```bash
./Thorium-3.0.0.AppImage opds Gallica http://gallica.bnf.fr/opds
```
I get the following error:
```
OPDS import ERROR:…
-
I'm testing URL interaction using `push` from the react-router package. Having the same 2 objects serialized in console, I have no idea what's the difference between them.
Output:
![Screenshot fro…
-
## The devDependency [redux-saga]() was updated from `1.0.5` to `1.1.0`.
🚨 [View failing branch](https://github.com/di-ng/redux-saga-debounced-channel/compare/master...di-ng:greenkeeper%2Fredux-saga…
-
I am trying to test my forked sagas and followed your documentation on it, but the test fails and throws an error: Cannot read property 'name' of undefined. Even though none of my stubs/mocks have a p…
-
Hi! I've had a bit of a break from using Reactotron (and React Native in general) and decided to come back to it, this time integrating ImmutableJS into the chain. Currently I've stumbled into a bit o…
-
hi guys
can we upgrade redux-actions in 2x to fix this vulnerability issue ?
redux-actions@2.6.5 is not using lodash anymore
in this moment i cannot upgrade to 3x.
how can i make the pull …