-
Hi, been using this package alongside redux-persist for a while now... Was working great until recently...
In the last couple of days I've noticed that during hydration all of the data is missing. …
-
I am developping an react-native mobile application which will be mainly used in android platform. I recently needed to upgrade react native version for react-native-firebase. React-native version was…
-
Add support for app server-rendered using [Razzle](https://github.com/jaredpalmer/razzle).
-
I've been reading up on various solutions for this, but surprisingly can't find one that fits my particular bill.
I'm working on a React Native app. When the user logs out from our app (NOT a full …
-
Hello, I have an error :
```
E/flutter (19502): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Converting object to an encodable object failed: Instance of 'ServicesState'
E/fl…
-
I am trying to persist two pieces of the store. One being auth info and the other being user preferences.
`const initialState = { auth: {}, preferences: defaultUserPreferences };`
When the use lo…
-
Hello there.. Im having a problem,
When I try to Wrapp withRedux my _app component just throw me this error:
```bash
makeStore is not a function
TypeError: makeStore is not a function
at c…
-
I'm struggling to convert the current Firebase implementation:
My "member" model looks like this (simplified to show the problematic parts):
```
import { errorMessages } from '../constants/mess…
-
I have a nested stack setup to enable headers to appear on the relevant screens. With transparent cards so the background image is visible. However, when navigating from the `MainStack` to a different…
-
I am manually setting up redux persist v5 and setting persist to false in my offline config so redux-offline doesn't try to set it up. When I toggle my connection offline and have an item in the outbo…