Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

The Bar component is not working with the Maui&Blazor when refreshing the page.

Open rwecho opened this issue 2 years ago • 1 comments

Describe the bug Only Bar component error when refreshing Maui with F5.

To Reproduce Steps to reproduce the behavior:

  1. Create the Maui & Blazor project
  2. add Blazorise by the tutorial
  3. add Bar component in the index. razor
  4. worked in the odd refresh and error in the even refresh

Screenshots image

rwecho avatar Nov 01 '22 03:11 rwecho

Same problem as #4287

David-Moreira avatar Nov 13 '22 23:11 David-Moreira

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.

David-Moreira avatar Aug 03 '24 11:08 David-Moreira