-
I create a new .Net 8 Blazor server app.
I can get the toast to show, but it looks like some css is missing.
Where should I reference the missing css and how?
![immagine](https://github.com/Blazo…
-
No matter on windows, mac, rider, or visual studio I get this error and cannot get past it on Blazor Server. If I run WASM blazoredmodal has no issues at all. Is there anything that I am messing up or…
-
The './' is trying to load this resource from the current working directory and it results in
**Unhandled exception rendering component: Failed to fetch dynamically imported module:
http://localho…
-
Not working for Blazor 8 app in InteractiveWebAssembly mode. Created brand new Blazor project with global InteractiveWebAssembly mode, added Blazored.Modal logic according to docs and got runtime erro…
-
Everything worked fine on dotnet 6/7.
When trying to upgrade to dotnet 8 my app works fine on debug/release (WASM).
When publishing the app using dotnet publish i get the following error on brow…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/MAUI-project-which-adds-a-quill-project/10487531)._
---
![222(1).jpg](https://aka.ms/d…
-
1. PackageReference Include="Blazored.Toast" Version="4.0.0"
2.
![image](https://github.com/Blazored/Toast/assets/52667071/c5e27c6a-a5a3-4f88-b277-fef8bee65791)
3.
![image](https://github.com/Bla…
-
I am using Blazored.Toast in my webassembly Project.
I have referenced the css in index.html as below.
Before updating to WebAssembly 3.2.0 Preview 1 it was working but after updating the blazor…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Each time you leave the blazor circuit a minute later two exceptions are logged.
###…
-
Multiple rerendering occurs when entering data into modal html inputs
Nuget package v7.1.0 - Blazor Wasm
Create a component containing a simple HTML input text box
Display the above component wit…