blazorbootstrap-starter-templates icon indicating copy to clipboard operation
blazorbootstrap-starter-templates copied to clipboard

Could not find 'window.blazorBootstrap.scriptLoader.initialize' ('scriptLoader' was undefined).

Open christopherdude opened this issue 5 months ago • 2 comments

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?

christopherdude avatar Sep 02 '24 20:09 christopherdude