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
This is my first time submitting an issue on a public repository, so forgive my ignorance please 🙂.
Issue:
Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: chrome-extension://[my-chrome-extension-id]/_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.lib.module.js
at
content/Blazor.BrowserExtension/Core.js:43 (anonymous function)
I have referenced the above package in my project. In ...\net7.0\browserextension\framework\blazor.boot.json, When I change "_content" to "content" under "libraryInitializers", the extension loads as expected.
How to replicate: dotnet new browserext dotnet add package Microsoft.Fast.Components.FluentUI dotnet build
then load unpacked into Microsoft Edge
I suspect this is similar to #43, but I do not understand the architecture of this project well enough to fix it myself without direction. Willing to fix and PR myself once I get a better understanding.
Thanks. Love this project, by the way!
The text was updated successfully, but these errors were encountered:
This is my first time submitting an issue on a public repository, so forgive my ignorance please 🙂.
Issue:
I have referenced the above package in my project. In ...\net7.0\browserextension\framework\blazor.boot.json, When I change "_content" to "content" under "libraryInitializers", the extension loads as expected.
How to replicate:
dotnet new browserext
dotnet add package Microsoft.Fast.Components.FluentUI
dotnet build
then load unpacked into Microsoft Edge
I suspect this is similar to #43, but I do not understand the architecture of this project well enough to fix it myself without direction. Willing to fix and PR myself once I get a better understanding.
Thanks. Love this project, by the way!
The text was updated successfully, but these errors were encountered: