You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open a single page, the UI updates with the new Guid.
If I open another page, the initial render shows the right Guid. However, if I click the button, I would expect (hope) that both pages get re-rendered.
Is this a supported use-case? How would I achieve this effect?
The text was updated successfully, but these errors were encountered:
I need to have some state shared across all users/sessions.
I've registered my model:
This is in my blazor page:
If I open a single page, the UI updates with the new Guid.
If I open another page, the initial render shows the right Guid. However, if I click the button, I would expect (hope) that both pages get re-rendered.
Is this a supported use-case? How would I achieve this effect?
The text was updated successfully, but these errors were encountered: