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
Hi everyone.
I'm using the plugin for the first time, and I'm facing an issue regarding the broser navigation.
When using the gatsby-plugin-intl Link or navigate(), I'm unable to use the browser back button. By removing the plugin and using gatsby own navigation methods everything works fine, though.
Anyone else experiencing this? Figured it might have something to do with this gatsby issue: gatsbyjs/gatsby#8357
Also, I've noticed that as soon as I open the site in localhost, the history is immediatly filled with many entries of the same page I'm in.
The version I'm using is 0.3.3, with gatsby 2.23.10.
Best regards,
Ítalo
The text was updated successfully, but these errors were encountered:
After looking at the problem more carefully, I'd say it probably doesn't have anything to do with the gatsby issue I've mentioned before, and is also not related to gatsby-plugin-intl Link nor navigate. It seems to be related with the plugin's route redirection.
Even if I navigate using gatsby own Link, the intl plugin will fill up the browser history with the current page. If I try to use the browser back button nothing happens, and the forward button stays disabled, showing that I'm still in the top of the navigation history pile.
Hi everyone.
I'm using the plugin for the first time, and I'm facing an issue regarding the broser navigation.
When using the gatsby-plugin-intl
Link
ornavigate()
, I'm unable to use the browser back button. By removing the plugin and using gatsby own navigation methods everything works fine, though.Anyone else experiencing this? Figured it might have something to do with this gatsby issue:
gatsbyjs/gatsby#8357
Also, I've noticed that as soon as I open the site in localhost, the history is immediatly filled with many entries of the same page I'm in.
The version I'm using is 0.3.3, with gatsby 2.23.10.
Best regards,
Ítalo
The text was updated successfully, but these errors were encountered: