Type Error while building
Hi guys, I am getting a type error of module not found, when I am building my next application:
https://github.com/amantulsyan35/context
can someone please help me with the issue here?
GitHub
GitHub - amantulsyan35/context
Contribute to amantulsyan35/context development by creating an account on GitHub.
7 Replies
Is it because you’re importing a named export instead of the default that’s being exported from that file
this is tha _app.ts file
this is how I am importing it
Uh the error you screenshotted originally is talking about a different problematic import
yes but this is the import that is causing the error, i am unable to figure out what exactly is causing the error
solved the error
i was looking in a different file
my bad
Thanks @Valhalaar for the help really appreciate it
What was the fix?
there are two utils file in my application one for server/trpc and one for client side next, i was looking in the wrong one
will probably change the name also