Replies: 1 comment
-
I've been digging a little bit more and the issue comes from loading either:
or
in the function That part will need to be moved to the default function instead of the Layout.
I need still understand how this layouts work in here... pretty new to this whole thing. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
I'm following the steps to setup localization into a brand new project with react-router v7 and I'm facing a weird issue I can't find solution for.
After adding the entry.cient.tx
and the entry.server.tsx
All client login code (like buttons's handlers) stop working.
I've prepared an example here:
https://github.com/villagra/reactrouteri18n
The "book now" should display an alert after clicking on it. It works fine after disable the entry.server.tsx
Any idea?
Thanks a lot in advance for your help! 🙇
Beta Was this translation helpful? Give feedback.
All reactions