Replies: 1 comment
-
Having the rendermode needed or not is part of the choices you make when starting your project. With regards to the .NET 8 templates, the library and interactivity, we are adding the following to the homepage: On you sample code. Why do you have toe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to implement themes as described here:
https://www.fluentui-blazor.net/DesignTheme
There have been many issues because the examples are incomplete.
The following line of code was essential for getting the theme to work at all
@rendermode InteractiveServer
Here the code sample that works in setting the theme (but not retaining it):
The localstorage values are not set properly and not retained
Beta Was this translation helpful? Give feedback.
All reactions