Auto-reloading (Hot Module Replacement or HMR) not working

Auto-reloading (Hot Module Replacement or HMR) not working so I’m having to RESTART the project every time I want to updates. Gemini Code Companion says:

If the Firebase Studio web app preview isn’t automatically refreshing after I provide updates and those updates are applied, you’ll likely need to manually restart the project’s development server to see the latest changes take effect.

Auto-reloading (Hot Module Replacement or HMR) is a feature managed by the Next.js development server. When it’s not working as expected in the Firebase Studio environment, a server restart is the most reliable way to ensure you’re viewing the updated code.

This isn’t something I can fix by modifying the application’s code files (like React components or AI flows), as it’s related to the development server’s behavior within the Firebase Studio environment.

So, please do restart the project when you want to see the effects of the code changes I provide. I apologize for that inconvenience – a smooth, auto-reloading dev experience is always preferable!