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
Copy file name to clipboardexpand all lines: README.md
+18-2
Original file line number
Diff line number
Diff line change
@@ -291,9 +291,25 @@ export const links = [
291
291
3. Add the `initClient` function to your `entry.client.tsx` file. This is needed to initialize the route boundaries functionality and possible future functionality. (Refer to getting started steps above on how to do that)
292
292
4. Add the `initServer` function to your `entry.server.tsx` file. This is needed to initialize the route boundaries functionality (and not cause hydration issues) and possible future functionality. (Refer to getting started steps above on how to do that)
293
293
5. You are good to go!
294
-
## Troubleshooting[v1 only]
294
+
## Troubleshooting
295
295
296
-
296
+
### Hydration issues and Remix Development tools crashing with i18n
297
+
298
+
Make sure you're passing the same context to the `i18n.getRouteNamespaces()` function as you're passing to the `<RemixServer>` component.
0 commit comments