Replies: 1 comment 1 reply
-
|
they started exporting a getRequest which should alleviate this #14758 |
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.
-
Created from: vitejs/vite-plugin-react#1129
When using RSC, in server functions you don't have access to the original
request, and it'sheaders,cookies,url, etc...You also can't set any headers/cookies/etc.. It would be nice if that was possible
Suggested solution
An API similar to Next.js would be nice
Furthermore, you can't
react-router revealto show the entry files so you can modify themBeta Was this translation helpful? Give feedback.
All reactions