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
I am using Giscus with Nuxt 3. After updating the @giscus/vue package, the host property (which I do not pass to the component) sometimes resolves to an empty string instead of https://giscus.app. From what I can tell, this only happens when jumping between pages using client-side navigation. When a page is loaded directly (reloading a page that has the Giscus component on it already), it loads fine. Manually specifying https://giscus.app as the host fixes the problem for now, but I think this is an unexpected regression.
The text was updated successfully, but these errors were encountered:
I am using Giscus with Nuxt 3. After updating the
@giscus/vue
package, thehost
property (which I do not pass to the component) sometimes resolves to an empty string instead ofhttps://giscus.app
. From what I can tell, this only happens when jumping between pages using client-side navigation. When a page is loaded directly (reloading a page that has the Giscus component on it already), it loads fine. Manually specifyinghttps://giscus.app
as the host fixes the problem for now, but I think this is an unexpected regression.The text was updated successfully, but these errors were encountered: