reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.52k stars 1.18k forks source link

Hot Reload: Hot Reloading Twice #3937

Open Kastier1 opened 2 months ago

Kastier1 commented 2 months ago

Describe the bug A clear and concise description of what the bug is. When making changes to my application and I save a file, my app is hot reloaded but after between 1-3 seconds it will reload again

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen. When I save a file, my application is expected to reload once with the new changes.

Screenshots If applicable, add screenshots to help explain your problem.

Specifics (please complete the following information):

Additional context Add any other context about the problem here.

Alek99 commented 2 months ago

Is anyone else getting this, I know two people have been experiencing this but trying to narrow it down more?