Roman Fausek
Roman Fausek
This fixes the issue of random order but breaks chapter 12 "You should see the new invoice at the top of the table." since the id is an auto-generated string....
After some investigation, I believe that [here](https://github.com/vercel/next-learn/blob/main/dashboard/final-example/app/lib/actions.ts#L56) it should be: ``` const date = new Date().toISOString().replace('T', ' ').slice(0, 19); ``` and for creating the [schema](https://github.com/vercel/next-learn/blob/main/dashboard/final-example/scripts/seed.js#L60) we could utilize this: ```...
I understand this is a new issue, but could this get some attention, please? It could be a blocker for many users looking to upgrade. 🙏 I will try to...
Yeah, I get it. The sad part is that our entire codebase was originally built around it by the devs before me. I went ahead and did the necessary refactor
`next-intl` isn’t maintained by them, right? It’s been supporting Turbopack for a few months already. Would it be possible to start adding Turbopack support just for the Pages Router, where...
Wdyt @aralroca ?
You are the best! Thanks ❤️ I know I know 😅. But since you have the context already 🙈
Glad to help! Sorry I did not follow up with a PR
I'm having the same issue as @seemX17. Could you take a look @mvarendorff, please? Updated `"graphql"` to `16.10.0` from `15.8.0` + all the codegens ``` "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/schema-ast": "^4.1.0", "@graphql-codegen/typescript":...
This would be great to have, but it's sad that the library is dead.