Describe the bug
Reflex needs to replace the use of find_spec, because importing parent of the app module could result in importing the app module itself if the parent imports the app module as well:
To Reproduce
app/__init__.py
REFLEX_USE_GRANIAN=1 reflex run
- Python Version: 3
- Reflex Version: 0.7.14
Describe the bug
Reflex needs to replace the use of
find_spec, because importing parent of the app module could result in importing the app module itself if the parent imports the app module as well:To Reproduce
app/__init__.pyREFLEX_USE_GRANIAN=1 reflex run