You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server function will error out. Reason is because of the queryClient import that's used in the client middleware. There's some incorrect bundling happening. Basically, if I move the queryClient export to its own file, it works just fine. So there seems to be some bundling shenanigans
Which project does this relate to?
Router
Describe the bug
This repo https://github.com/arackaf/tanstack-start-blog-dataloading/tree/special/start-bug-2 -- note the branch! special/start-bug-2
npm i
npm run dev
SECOND TERMINAL - npm run server
Go to the epics page. Edit an epic, and hit save.
Server function will error out. Reason is because of the
queryClient
import that's used in the client middleware. There's some incorrect bundling happening. Basically, if I move the queryClient export to its own file, it works just fine. So there seems to be some bundling shenanigansYour Example Website or App
https://github.com/arackaf/tanstack-start-blog-dataloading/tree/special/start-bug-2
Steps to Reproduce the Bug or Issue
See above
Expected behavior
Should work without error
Screenshots or Videos
n/a
Platform
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: