79152492

Date: 2024-11-03 10:34:00
Score: 1
Natty:
Report link

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
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Leon