nextjs 13.4 app, converting _app and _document to layout.
Implementing an anonymous "like"-function for my webpage
How do I make pretty-ts-error appear before original error msg?
env variable is undefined
config.drizzle.ts are being undefined, even though they exist in my .env file, If i try to hardcode them, they work fine.
if I try to console log them in server component they have expected value...Any idea how to use imports outside of a module? Trouble understanding this error:
useMDXComponent function.
Detect a change to the session and update accordingly?
how to use useChat From vercel.ai with trpc router?

Pusher with Vercel or Netlify?
SSG not pre-fetching data
Jest Tests with React and CRA.
ReferenceError Help in next13
next.config.js file. I have no idea what this error means and I'm having trouble finding a solution online.
can anyone help me to install pnpm on debian
Performance concern on Nextjs 13 layout files

Am I supposed to handle type-related errors on client side? (TRPC)
// @ts-ignore and keep moving or actually fix it?...
callbackUrl=%2F&error=OAuthAccountNotLinked
I got some free time while on bench, who wants some JS help
getQueryKey have no prev data

api.withTRPC doesn't show isLoading or isRefetching on cache invalidation
/vm) with api.withTRPC export default api.withTRPC(VMS) so that the data is fetched for queries on the server before returning the page (At least this is my understanding, follow up queries are streamed still). However, in another component, I've attempted to invalidate my query with the following code
```ts
const utils = api.useContext();...creating fullstack dashboard with nextjs
Infer useQuery .data type from TRPC
