-
```
import AsyncStorage from '@react-native-async-storage/async-storage';
import {configureStore} from '@reduxjs/toolkit';
import {
persistStore,
persistReducer,
FLUSH,
REHYDRATE,
PA…
-
Some of our users (especially on Android) have reported that their app becomes very slow the more they use it.
After investigation, we realized that these members blocked tracking on their device (…
-
I have tried importing the persistor in rootReducer, rootSaga, or in my independent reducer or in sagas they all causing dependency cycle error by eslint. Any suggestion would be appreciated as I'm tr…
-
In my app I call `persistStore` when initializing store for the first time
```js
// store.js
export default function configureStore(initialState = {}, history) {
...
const store = createStore(
…
-
Flow is complaining about "persistStore.js" because it adds properties to the return value of react-redux's `createStore`. When Objects are created with properties in Flow, they are treated as [sealed…
-
From a user:
> Once i import encogME in netbeans and resolve dependencies (maven) i still get an error in multiple classes, about the persistor. In some classes (for example BasicLayer ) you have the…
-
I followed [Dan Abramov's example](https://stackoverflow.com/questions/35622588/how-to-reset-the-state-of-a-redux-store) on clearing a redux store by dispatching an action that gets handled by a root …
-
Application shows the error: Element type is invalid when in StrickMode
- "react": "16.3.2",
- "react-bootstrap-sweetalert": "^4.1.0",
- "react-burger-menu": "^2.5.2",
- "react-datetime": "2.11.…
-
Hi @nealfennimore and thanks for this new sharing.
I am working on a `react-native` application with [expo](https://expo.io/) SDK36 and I target ios, android and web applications.
I use redux wi…
kopax updated
4 years ago
-
I'm getting errors using this with `redux-persist` 2.0 as `persistor.rehydrate` is being passed an object instead of a string, which causes the deserialise function to die. My workaround has been to p…