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
Currently, you can configure an allow list for pages to be rendered with SSR or not
The problem is that it won't work out of the box: the app.tsx file must be adapted to hydrate or render depending on whether the page is in server side rendered
So we need to find a way to make this more easily configurable
The text was updated successfully, but these errors were encountered:
Currently, you can configure an allow list for pages to be rendered with SSR or not
The problem is that it won't work out of the box: the
app.tsx
file must be adapted to hydrate or render depending on whether the page is in server side renderedSo we need to find a way to make this more easily configurable
The text was updated successfully, but these errors were encountered: