-
```
yield fork(sync, path, {
[CHILD_ADDED]: actions.syncNotificationAdded,
[CHILD_REMOVED]: actions.syncNotificationDeleted,
}, 1);
```
If I delete a notification or try to add one…
-
This is using TF 2.4.0
**Describe the problem**
When building and running tests I stumbled over the seemingly required test tag `no_cuda_on_cpu_tap` which is only documented in one place:
```
…
-
Initially it was debatable - when to configure storage (pass `reducer` and `middlewares`) when creating storage or putting context (`Provider`) into react tree. But now (especially after related #8) i…
-
```js
import { connect } from 'react-redux';
import { combineReducers, createStore } from 'redux';
const reducerMap = {};
export const reduxHelper = {
store: null, // 缓存全局store
_isFuncti…
-
I am trying to dynamically set the src of video js and start the video from a specific time. The src gets set correctly but my player.currentTime starts an infinite loop for some reason because of whi…
-
**Is your feature request related to a problem? Please describe.**
Filter keys of the object by evaluating the value.
**Describe the solution you'd like**
```js
const o = {
a: 'alpha',
…
-
Hello, I work on a typescript react redux app using typesafe-actions. Recently, compiling / typechecking takes a lot of time (around 180s) (the app also requires more memory recently >8GB, but we fixe…
-
Below is the list of benchmarks that have lower coverage for `inv-mode 2` then `inv-mode 0`:
```
Benchs: degradation in coverage:
deep-nested.c -5,5…
-
I'm introducing immer https://github.com/mweststrate/immer to our project, in which we use your fantastic module.
We currently use this pattern:
```javascript
reducer.case(actions.login.failed,…
-
Hi
We have strict tslint/eslint rules and noticed that the react-async-hook code produces these warnings.
```
Line 126: React Hook useCallback has a missing dependency: 'options'. Either inc…