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?
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
GetThemeValuemeant to be used, since it is not in the documentation?