perf: Remove ssrInit completely (#20439)

* remove ssrInit completely

* remove instances of dehydratedState

* fix

* refactor

* fix type checks

* fix linting

* Refactor

* Refactor

* remove log
This commit is contained in:
Benny Joo
2025-04-01 19:14:46 -04:00
committed by GitHub
parent b5b4134b75
commit 75c79f76c8
30 changed files with 70 additions and 209 deletions
@@ -12,10 +12,6 @@ vi.mock("@calcom/lib/constants", async () => {
function mockedUserPageComponentProps(props: Partial<React.ComponentProps<typeof UserPage>>) {
return {
trpcState: {
mutations: [],
queries: [],
},
themeBasis: "dark",
safeBio: "My Bio",
profile: {