-
Hi,
my code is works perfectly without redux-persist but not with it; what's wrong with it ?
````
export function AddAndIncrement (state=[], action) {
console.log('in reducer state', state…
-
PersistGate gate component logic could be just a hook
-
Suppose I'm not interested in regression testing for some reason, but I still want to store historical data while pruning it, say because I want the historical data for Html graphs.
Why do I need to …
-
I want to define custom path groups such that there should be a new line between them.
eg. I've React, NextJs, MUI, and local folders (components, features, etc). I want to specify the rules such t…
-
handleStorageEvent will be endless loop when the count of tab is more than two
-
```
"redux-persist": "^5.10.0",
"@types/redux-persist": "^4.3.1",
```
I got some error about after install and try to integrate the redux-persist to my react-typescript project
```
Failed to c…
-
I am not finding any information via google search that helps. I thought I followed the directions correctly but something is wrong. I constantly get this error after logging into my app.
One thing…
-
In development mode, if I want to add new state under whitelist. The new state I added doesn't appear. I need to clear the storage of my app in able to see the new state that I added. Is that normal o…
-
I want to persist redux state across different pages in next js, however, adding persist gate to the render tree results in the following bug.
```javascript
index.js:1 Error was not caught TypeError…
-
# :wave: Welcome to GitHub Learning Lab's "Introduction to GitHub"
To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub.
:point_down: _This arrow m…