-
**Problem description**:
More than often we find ourselves writing reducer functions that only need either the `input` or the `accumulator` parameters. The result is functions such as:
```j…
acatl updated
5 years ago
-
starting coords
-
## Feature Description
Conversion reporting datastore partial should be updated to include new resolver which would retrieve detected and lost events from inline module data (implemented in #9342), a…
-
**What is the feature?**
Could you please add some documentation about how to use the types for the reducers?
What is FirestoreReducer.Entity for? How do I type Firestore correctly? How does the Sch…
uloco updated
3 years ago
-
transform is currently of the form:
```
transform(msg: mhub.Message) => Object
```
this allows filtering (by returning nothing), mapping (by returning a message) and expanding (by returning an array…
-
Implement a reducer that calculates ethgasstation's gas price oracle and stores the relevant variables using a typeStore.
ETHGasStation's backend uses the following logic, in python: https://githu…
-
## Issue
Sometimes when existing instance (ctrl+c) and we restart, gnarly will fail to apply ERC20 reducer patches.
I suspect this is due to 2 extra operations within the ERC20 reducer, my tests s…
-
I think we need a small design document for the rework of the reducers. FYI @danbartl, given recent discussions.
Cases we should cover with modular design:
* lagging `X` and lagging `y`, lagging…
-
### Possible Fixes
Yes
### Modpack Version
0.49
### What happened?
Building gadget settings menu not opening. Just a blurry screen with no settings. Same problem with FPS Reducer.
### latest.log…
-
import { configureStore } from "@reduxjs/toolkit";
import { todoSlice } from "../features/todo/todoSlice"; //Change the import
export const store = configureStore({
reducer: todoSlice.reducer, …