Hi, I have a issue using BlazorStyled for themeng, I described in more detail here
https://stackoverflow.com/questions/62294319/blazor-two-js-interop-which-depend-on-each-other
The issue is SetThemeValueAsync is running a JS interop, and has delay. The SetThemeValue is just wrapping Task, and does not block.
Is there another way for it to be setup?
Hi, I have a issue using BlazorStyled for themeng, I described in more detail here
https://stackoverflow.com/questions/62294319/blazor-two-js-interop-which-depend-on-each-other
The issue is SetThemeValueAsync is running a JS interop, and has delay. The SetThemeValue is just wrapping Task, and does not block.
Is there another way for it to be setup?