Typedef
Typedef11mo ago

The inferred type of this node exceeds the maximum length the compiler will serialize.

No description
6 Replies
SudoerWithAnOpinion
What are the contents of ../header? Is that file importing this one?
Typedef
Typedef11mo ago
header are just procedures and the router
No description
SudoerWithAnOpinion
Double check that this file isn't part of a circular import. Also, if you have an awsRouter, if you tab-completed and changed the var to appRouter, the TS-lang server might need a restart. I've seen it get stuck like this before.
Typedef
Typedef11mo ago
@sudoer_with_an_opinion The error goes away when removing some of the routers, maybe its just too many as the error stated?
Typedef
Typedef11mo ago
Fixed with:
No description