Joey Grisafe

Results 2 comments of Joey Grisafe

Does anyone have a solid way of accessing the state after final login redirect? The it seems cumbersome to need to store the state ourselves in session storage so that...

btw I was having issues with thunk not working in redux toolkit, and this seems to have resolved it. ``` export const createStoreProxy = (portName: string) => { const store...