If you use ASP.NET and run into this issue, simply add this line:
builder.Services.AddViteServices(options => { options.Server.UseReactRefresh = true; // Add this line });