WASM State Fixes

This commit is contained in:
daniel-c-harvey
2026-06-06 09:59:43 -04:00
parent 75bf93c2bb
commit d055c2a548
3 changed files with 31 additions and 18 deletions
@@ -45,7 +45,7 @@
@code {
private const string DarkModeKey = "darkMode";
private bool _isDarkMode = true;
private bool _isDarkMode = false;
private PersistingComponentStateSubscription _persistingSubscription;
[Inject] public required PersistentComponentState PersistentState { get; set; }