Closed Ezekiel768 closed 3 hours ago
You should include the Radzen.Blazor.js file in the <body>
and this error will not happen.
You should include the Radzen.Blazor.js file in the
<body>
and this error will not happen.
That's not standard, it should be in the head
, not body
. I've created a PR: https://github.com/radzenhq/radzen-blazor/pull/1791
This is a simple fix, pretty sure your response took longer.
That's not standard, it should be in the head, not body
That is not true. The default Microsoft Blazor template includes the script in the <body>
. As per our official instructions the script should be included after the blazor.web.js
file.
Exception generated from line 20 in https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/wwwroot/Radzen.Blazor.js when load is on startup and
document.fonts
exists. This should wait for the document to be ready first. This causes the rest of the file to fail execution.Issue stems from commit: https://github.com/radzenhq/radzen-blazor/commit/7e640f47a5bac0e6adf8f77d636b124b4df027e8