ktmouk
ktmouk
It makes sense. I can't think of a better solution. Your PR seems to be the best way to fix this.
https://react.dev/reference/rsc/use-client#serializable-types > Functions that are **not** exported from **client-marked** module I could fix this issue by creating custom `next/link` component like below: ```tsx // ./CustomNextLink.tsx 'use client' export { default...
Hi @dirv 👋 How about setting a dummy userId instead of using `.vars` only when database is mocked, like in the example below? I think you don't need to create...