AntiPattern
SSR Client/Server Mismatch
ssr-client-server-mismatch
Server-only code and client-only libraries get executed in the wrong rendering context during SSR, causing mis-typed imports and runtime destructuring failures (e.g., ApolloProvider missing, undefined configs), and producing misleading TypeScript or bundler errors that vanish when wrappers change.