Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move GrazProvider children outside of ClientOnly component
This change allows the Next.js app to work with SSR. When the {children} in GrazProvider is a child of <ClientOnly> component, it's not rendered in the Next.js server, so the client never receives the page with the content initially, only after the client-side js is loaded. Signed-off-by: Berk Cambaz <[email protected]>
- Loading branch information