Skip to content

Commit

Permalink
Disable SSR
Browse files Browse the repository at this point in the history
It appears Mantine does not play nice with NextJS SSR.
Tried the suggestions (see below) from the library author. Did not work.
mantinedev/mantine#2880
  • Loading branch information
isoaxe committed Mar 31, 2023
1 parent 79a1faf commit 77b6286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export const trpc = createTRPCNext<AppRouter>({
],
};
},
ssr: true,
ssr: false,
});

0 comments on commit 77b6286

Please sign in to comment.