Vite warning node:fs when using StartClient component
Vite gives me warnings like:
When I import
import { StartClient } from '@tanstack/react-start'
following docs at https://tanstack.com/router/latest/docs/framework/react/guide/ssr#rendering-the-application-on-the-client .
Any tips on what to do here?SSR | TanStack Router React Docs
Server Side Rendering (SSR) is the process of rendering a component on the server and sending the HTML markup to the client. The client then hydrates the markup into a fully interactive component. The...
2 Replies
correct-apricotOP•6mo ago
Maybe related https://github.com/TanStack/router/issues/2783
GitHub
Start - Server Function Middleware Included in Client Bundle · Iss...
Which project does this relate to? Start Describe the bug Calling a serverFn using middleware in the client with useServerFn results in server side code being included in client bundle. I'll tr...
deep-jade•6mo ago
What does your serverFn look like?