Blazorise
Blazorise copied to clipboard
The Bar component is not working with the Maui&Blazor when refreshing the page.
Describe the bug Only Bar component error when refreshing Maui with F5.
To Reproduce Steps to reproduce the behavior:
- Create the Maui & Blazor project
- add Blazorise by the tutorial
- add Bar component in the index. razor
- worked in the odd refresh and error in the even refresh
Screenshots
Same problem as #4287
Hello @rwecho since letting js exceptions propagate was apparently provoking more issues then anything and always due to mostly external behaviors we can't control,
We've decided to make it so js exceptions are ignored now. While having the option to revert to the whole behavior. https://github.com/Megabit/Blazorise/pull/5611
Would you be able to try this again on Blazorise v1.6? Feel free to reopen the issue if you still find difficulties with this.