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
error:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Cannot set property 'src' of undefined
TypeError: Cannot set property 'src' of undefined
typeof Popper === typeof undefined is true
The text was updated successfully, but these errors were encountered:
Having this issue on 1.5.0-preview-02 when trying to use a tooltip.
Edit: Manually adding <script src="_content/BlazorStrap/popper.min.js"></script> before <script src="_content/BlazorStrap/blazorStrap.js"></script> results in Popper being set and then failing on line 219, setting script.src
Edit 2: Changing line 215 to: if (typeof Popper === undefined || script === undefined) {
Seems to fix it.
BlazorStrap/src/BlazorStrap/wwwroot/blazorStrap.js
Line 215 in dfd2afe
error:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Cannot set property 'src' of undefined
TypeError: Cannot set property 'src' of undefined
typeof Popper === typeof undefined is true
The text was updated successfully, but these errors were encountered: