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 have used this "gatsby-plugin-react-i18next" for language translation.
My project contains One parent route /home and have one child route /home/detail/:id. In order to go to the child route I have used navigate(/home/detail/${post.id}/}) this from import { useI18next } from "gatsby-plugin-react-i18next" but on child route it says "Page Not Found"
Hello I have one issue, Please help
I have used this "gatsby-plugin-react-i18next" for language translation.
My project contains One parent route
/home
and have one child route/home/detail/:id
. In order to go to the child route I have used navigate(/home/detail/${post.id}/
}) this from import { useI18next } from "gatsby-plugin-react-i18next" but on child route it says "Page Not Found"To check code you can find here https://github.com/sanju-developer/Gatsby-demo-with-materialUI/tree/lang-trans in lang-trans branch.
Thanks in advance :)
The text was updated successfully, but these errors were encountered: