-
I'm trying out tanstack start and met with this error when exporting server functions. It only happens when i export the function, if i don't export it then the error doesn't appear. For context i'm plugging this in a monorepo, is there any pointer on where should i start debugging ? cheers |
Beta Was this translation helpful? Give feedback.
Answered by
mnpqraven
May 18, 2025
Replies: 1 comment 3 replies
-
there might be some types missing from the exports. is this on the alpha branch? if not, can you please try the alpha branch? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for the link, I've upgraded to alpha but luckily found what the cause was. It's not tanstack start but rather my
tsconfig
havingcomposite: true
, not really sure what it does to be honest but turning it off made the errors go away