createServerFn (static) yields error with basic sample #3814
Unanswered
Doko-Demo-Doa
asked this question in
Q&A
Replies: 2 comments 1 reply
-
This example also has the problem: |
Beta Was this translation helpful? Give feedback.
0 replies
-
might be a bug. can you please create a issue for this? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I'm playing around with TanStack Start. Great performance so far. But having an issue:
I'm using the basic example (cloned from
https://github.com/tanstack/router/examples/react/start-basic start-basic
)Created a route file, named
temp.index.tsx
insrc/routes/
folder.The full code for that file:
I got following error:
And this is what I see in the browser:
I just want to get that Hello World string from client side, but no luck. Where did I miss?
Beta Was this translation helpful? Give feedback.
All reactions