Describe the bug
After updating from 0.7.x to 0.8.0 changes to the Python code leads to an error
[Reflex Frontend Exception]
Error: No module update found for route routes/._index
at http://localhost:3000/@id/__x00__virtual:react-router/hmr-runtime:476:15
- Python Version: 3.12
- Reflex Version: 0.8.0
- OS: OSX
- Browser (Optional): Chrome
Almost any change triggers this error. The application seems not to proper refresh once the error occurred. Killing and restarting the process fixes this issue but it is challenging to develop without auto reload.
Describe the bug
After updating from 0.7.x to 0.8.0 changes to the Python code leads to an error
[Reflex Frontend Exception]
Error: No module update found for route routes/._index
at http://localhost:3000/@id/__x00__virtual:react-router/hmr-runtime:476:15
Almost any change triggers this error. The application seems not to proper refresh once the error occurred. Killing and restarting the process fixes this issue but it is challenging to develop without auto reload.