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
Click Home or use browser back button to return to homepage
ti.to widget has magically vanished
On refresh, widget is present again.
A hacky fix for links would probably be to use normal <a href="... rather than Gatsby Link components, although this disables the pre-loading stuff and the browser back button still has the same problem.
We probably need to find a way to force it to reload when the index page is rendered
The text was updated successfully, but these errors were encountered:
To repro:
On refresh, widget is present again.
A hacky fix for links would probably be to use normal
<a href="...
rather than GatsbyLink
components, although this disables the pre-loading stuff and the browser back button still has the same problem.We probably need to find a way to force it to reload when the index page is rendered
The text was updated successfully, but these errors were encountered: