79191210

Date: 2024-11-15 05:49:04
Score: 2.5
Natty:
Report link

The problem was with the web.js library. I changed the app.razor rendering mode to InteractiveWebAssemblyRenderMode(prerender:false) Changing <script src=“_framework/blazor.web.js”></script> to <script src=“_framework/blazor.webassembly.js”></script> helped me solve the problem. enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ulugbek