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
when using Styled.GetThemeValue("value"), the project would compile and run, but would not respond to any requests. this is on blazor server, i have not tested if the same result also happens on blazor wasm.
is GetThemeValue meant to be used, since it is not in the documentation?
The text was updated successfully, but these errors were encountered:
when using
Styled.GetThemeValue("value")
, the project would compile and run, but would not respond to any requests. this is on blazor server, i have not tested if the same result also happens on blazor wasm.is
GetThemeValue
meant to be used, since it is not in the documentation?The text was updated successfully, but these errors were encountered: