16.2.X marking basically everything as "Client Component Browser" and "Client Component SSR" #92585
Noriller
started this conversation in
Turbopack Error Report
Replies: 1 comment 10 replies
How do you mean here? Is it getting bundled to the JS sent to the client? |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Until 16.1.7 everything working fine. Basically a t3app base with TRPC, drizzle, mysql2.
Trying to upgrade to 16.2.X seems to mark everything that touches trpc as client (even node modules mysql imports).
Tried to start sprinkling "server-only" or "use server", but there's just too many files and even then I saw a few "cant import server-only on client components". Couldn't see anything on the release notes that would point to this.
All reactions