You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The issue seems to be that the ScriptLoader scripts aren't in the /_content/Blazor.Bootstrap/blazor.bootstrap.js file. Reverting to version 2.2.0 solves the problem.
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:
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?
The text was updated successfully, but these errors were encountered: