Hi Usman,
We suspect that the reported issue occurs due to the wrong script reference in your index.html file. if you are using Syncfusion.Blazor Single NuGet, then you have to use the below script reference,
<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
|
if you are using individual NuGet packages like Syncfusion.Blazor.Popups, then you have to use the below script reference,
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
|
Please refer the below documentation for more details,
Regards,
Vinitha