How can I disable SSR for the notFoundComponent?
I am trying to first migrate to start without SSR and then later on enable SSR. I am aware that the Root Route will always SSR but is there a way to register a default "notFoundComponent" and avoid any SSR on it? As soon as I add define a default not found component i get hydration errors.
1 Reply
vicious-goldOP•7mo ago
A similar issue happens in a case like this:
The line where the
LanguageSelector
is added causes a hydration error (due to some MUI theming I want to fix later on).