Joseph
Joseph
Yes, we monitor that channel, but I'd prefer for this kind of issues - either a discussions topic, https://github.com/vercel/next.js/discussions, or for more actionable feedback, an issue.
You can also run `npx next typegen` and that'll set the `next-env.d.ts` file. One reason for its existence is to not have to do a full build to get types...
And yes this is document, of course, given the confusion here, perhaps not as good as it should: - https://nextjs.org/docs/app/api-reference/cli/next#next-lint-options > next lint generates a next-env.d.ts file, which is often...
Oh great catch. What's happening here is that [`isolatedDevBuild`](https://nextjs.org/docs/app/api-reference/config/next-config-js/isolatedDevBuild) outputs the dev server to `.next/dev` We did add `next-env.d.ts` to `.gitignore` for create-next-app a while ago. And yes `next typegen`...
I believe so - sorry it took this long to stabilize docs around this file.
The SVG that's misaligned, N (next.js), has `display: inline` as its computed display value, it should've been `display: block` (with all of the !important stuff too I guess). The reset...
Hi, I think this has been fixed. If I slowdown the animation I can see that the transparency transitions ok. https://github.com/user-attachments/assets/0c0ce0c5-1d47-4c26-8e8d-32e6ebbbffd3
Yeah I see that, [scrollbar blindness](https://web.archive.org/web/20210409223357/https://svenkadak.com/blog/scrollbar-blindness) has happened. Let me see if I can quickly patch this.
Hi thanks for the feedback, you know as production code grows, there's need to accommodate various other features, and that lead to this behavior sneaking in, I've fixed it in...
Hi, we had some pipeline issues, but this is fixed now :)