Inferred Type Cannot Be Named with Nanostores
I'm encountering the following TypeScript error when trying to set up authentication.
The error message is:
I'm using Turborepo and have TypeScript enabled in my setup. How can I resolve this error? Do I need to add a type annotation somewhere, or is there a better way to handle this issue in a monorepo with Turborepo?
Thanks in advance for any help!
2 Replies