-
Anyone here can give me a simple implementations of a redux-persist on typescript?
I always got error like this when i try to create persistor
`Argument of type 'Store' is not assignable to parame…
-
From experience with working with other persistor libraries, when changing version the default behavior is that it will simply wipe whatever is in the localstorage.
I was trying to search around to…
-
Hey folks,
The following issue occurs on android only:
I have a listener for appstate changes. When the apps goes into background, an action is dispatched. I then close the app while still in b…
-
Whenever I try to use persistor.persist() after the store has completed initial hydration the following is dispatched for each persisted reducer:
{
type: 'persist/REHYDRATE',
err: {},
key:…
-
Hi,
are there any hints about how to use this with `manualPersist` set to `true`? The docs don't document the proper usage of this **at all**. [A single line for explaining each of the persistor ob…
-
**What is the current behavior?**
Currently have a React project where I am bridging calls back and forth between iOS and Android. I have made a mobile native wrapper around a Webview on both iOS/A…
-
I currently have an Angular application that successfully receives tokens from our Identity Server, facilitating Single Sign-On (SSO). My objective is to create a React application that can utilize th…
-
```
What steps will reproduce the problem?
1. Trying to start the program through the binary distribution or source
(double clicking on JTS.jar, for instance)
What is the expected output? What do yo…
-
```
import { configureStore } from "@reduxjs/toolkit";
import authReducer from "./authSlice";
import storage from "redux-persist/lib/storage";
import { persistReducer, persistStore } from "redux-p…
-
**Describe the bug**
Getting "Client secret not provided in request" error on /token api.
**To Reproduce**
Steps to reproduce the behavior:
I am using @react-keycloak/ssr and my keyclock confi…