I'm in the process of creating a demo app with authorization, utilizing redux and typescript.
Although the action "loginUser" in actions.tsx is functioning, the reducer is not executing as expected.
Feel free to take a look at my code below: https://codesandbox.io/s/react-router-auth-with-redux-3p38q
The problem arises within the index.tsx file when dispatching the login action (line 89).