Alberto Ciolini
Results
2
issues of
Alberto Ciolini
Hi guys, I have a problem with redux-persist. This is my authentication slice: ``` const initialState: AuthState = { isLoading: false, isLoggedIn: false, username: '', token: '', role: '', authenticationError:...
Hi, I have a rendering problem with `` in `renderContent` prop. I recorded the screen to clarify the problem better. https://user-images.githubusercontent.com/21953595/167290508-9e56b8f2-002d-4072-a1e1-418ebb6fe29e.mov I'll explain the behavior it should have: the button...