Closed hakenr closed 1 week ago
The issue with the DocColorModeSwitcher
component is that it was originally designed to appear only once on a page. Now that we've added the NavBar
with a second instance, the two instances:
PersistentComponentState
.We have to create a scoped service which will handle the state for both instances (or possibly use existing IDocColorModeResolver
).