Max
Max
@kevin-klein can you help here as you are a user of this bindings ? Thanks !
I think I also have something working properly, largely inspired by your gist (thank you for it). My question is more if a PR to add doc for Next.js is...
Yep indeed.
Basically writing absolute imports like `@/components/*` for local code, following ts config. Stylex doesn’t yet auto detect paths from tsconfig file so alias is the only way so RSD can...
@nmn do you think your work done here could help with #1045 (aliases not working with a Windows setup)
I would like to contribute to this issue as it's currently really painful for me to develop with my huge graphql queries (I am refactoring something previously made with REST...
`@vercel/analytics` package is just a thing to include, maybe having a look to https://github.com/vercel/analytics/blob/main/packages/web/src/nextjs/index.tsx could help implementing something similar.
A coworker is having the same issue on Windows, while the setup we have perfectly work on unix system. Could #856 help ?
Sorry to bother with this issue, but that's actually a simple problem that could happen to people using Windows with typescript aliases, something people are using more and more since...
This is indeed confusing. I recently updated my tsconfig and got issue on my CI because this file was missing. On my CI, I basically does this: - npm ci...