Page won't render when exporting HydrateFallback #13608
Unanswered
CodeSmith32
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm using flat routes from the
@react-router/fs-routes
. I've turned off SSR in my react-router.config.ts file because I don't plan to use it.I export a
HydrateFallback
component from myroot.tsx
file to try to get rid of the annoying "HEY THERE DEV!!" message...Now, suddenly, the index page won't load.
What am I doing wrong?
I'm just trying to follow the docs to get rid of the dumb message. It's appearing in production as well. How can I suppress it??
Beta Was this translation helpful? Give feedback.
All reactions