Replies: 2 comments
-
It sounds weird to me. The application in this repo also uses client side navigation (SPA mode), and it works correctly. Could you provide a reproduction? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm closing due to lack of reproduction. If you still have problems, please open an issue and provide a repro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In my app, there are a few pages I want to use client side navigation via hook
useNavigate
. I’m usingSpeak
component to load translations for those pages.If I use full page refresh navigation, the translations can load properly. However, if I use client side navigation, the translations are not loaded. Is there a way to make this library work with that navigation mode? A guide in docs would be really appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions