Repro:
- Remix https://glitch.com/edit/#!/elite-violet
- Show the app.
- Change
Test
insrc/app.jsx
to something else.
Expected:
- App auto-updates when
Test
is changed to latest code.
Actual:
- The tab running the live app reloads.
- But it continues to show old code.
Comments:
- Other projects auto-update just fine.
- Am I doing something weird in React? I don’t see any errors in the Chrome DevTools Console.
- I’m aware of the
refresh
command in the Glitch terminal, but auto-updating for this project seems consistently broken.