Need help getting browser hot reload to work in a codesandbox node environment (CRA & node) #6376
Unanswered
noam-honig
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a codesandbox project that runs both frontend and backend using
concurrently
- it all works great, but I can't getreact-scripts
hot reload functionality to work.That means that every time I change my
tsx
file - I need to manually reload the page to reflect these changes.Here's my codesandbox:
https://codesandbox.io/s/remult-react-todo-4ztjw?file=/src/App.tsx
In the browser console I see many errors saying:
Beta Was this translation helpful? Give feedback.
All reactions