blazorbootstrap-starter-templates
blazorbootstrap-starter-templates copied to clipboard
Could not find 'window.blazorBootstrap.scriptLoader.initialize' ('scriptLoader' was undefined).
I've used this package in multiple projects, but this is the first time I've received this error. On a razor page (index.razor) I simply have the following:
<ScriptLoader Async="true"
Class="mt-4"
ScriptId="script1"
Source="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" />
However, I keep receiving this error:
Could not find 'window.blazorBootstrap.scriptLoader.initialize' ('scriptLoader' was undefined).
I have all of the requirements fulfilled on each page, file, etc.; I just can't figure out what it's looking for / can't find?