You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Describe the problem and steps to reproduce it:
yarn dev
components/App/index.tsx
and edit the text saying "Please log in..."What happened?
The page does a full refresh to show the new text. You lose all of your Redux state.
What did you expect to happen?
The
App
component should be hot reloaded to show the new text, preserving Redux state.Anything else we should know?
Upstream issue: facebook/create-react-app#6503
The text was updated successfully, but these errors were encountered: