chanan / BlazorStyled

CSS in Blazor Components
https://blazorstyled.io
The Unlicense
191 stars 19 forks source link

Using GetThemeValue causes program to stop responding #113

Open qin-guan opened 4 years ago

qin-guan commented 4 years ago

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?

qin-guan commented 4 years ago

please ignore my initial comment, i have updated my comment