Replies: 1 comment
-
I cannot pass from this import error:
Related to this error from months ago: #836 |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm following this guide: https://tanstack.com/router/latest/docs/framework/react/guide/ssr; the non-streaming SSR part.
As the guide states, I should use
StartClient
from@tanstack/react-router-server
. When I'm importing this, my code doesn't recognize the module:The sample applies if I try
@tanstack/react-router-server/server
or@tanstack/react-router-server/client
as other parts of the same guide indicate.I tried installing it as an npm module:
npm i @tanstack/react-router-server
, but the problem persists.I've been trying (for months now) to add this library to our app. Unfortunately, the guides don't seem to be up to date or are not clear enough.
Beta Was this translation helpful? Give feedback.
All reactions