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
At the moment, Giscus Blazor does not update which discussion it's showing, when the current page is changed using client-side navigation, or server-side enhanced navigation.
but that's not as smooth of a user experience as the alternatives, since it's a full page reload and takes longer to execute.
I've tried using BlazorPageScript to run Giscus Blazor on page change, but I couldn't get it to work since I don't know which javascript to actually use.
Do you have any ideas as to what I could do to make it work? :)
The text was updated successfully, but these errors were encountered:
Hi 👋
At the moment, Giscus Blazor does not update which discussion it's showing, when the current page is changed using client-side navigation, or server-side enhanced navigation.
Using forceLoad works:
NavigationManager.NavigateTo("/new-url", forceLoad: true)
but that's not as smooth of a user experience as the alternatives, since it's a full page reload and takes longer to execute.
I've tried using BlazorPageScript to run Giscus Blazor on page change, but I couldn't get it to work since I don't know which javascript to actually use.
Do you have any ideas as to what I could do to make it work? :)
The text was updated successfully, but these errors were encountered: