Gonzalo Pozzo
Gonzalo Pozzo
When nesting multiple levels just the first level has the correct typings Given the following code:  First level has the correct types:  But selectors inside the first level...
Read information from https://github.com/vercel/examples/issues/42 and return it so we can use it in other places. Place that code inside `packages/meta`
Add the following information to each README.md in examples: * Title * Description * Tags * Demo URL * Deploy URL
Si la gente pone un nombre de archivo diferente al id el link da un 404, generar el id basado en el nombre del archivo
**Is your feature request related to a problem? Please describe.** As a user I would like to override some options **Describe the solution you'd like** Doing `mytool --template this` should...
### Description In [this](https://twitter.com/goncy/status/1789339537618932030) tweet I realized that we don't have a breadcrumbs / navbar example in our [parallel routes docs examples](https://nextjs.org/docs/app/building-your-application/routing/parallel-routes#examples) although it's one of the main cases I...
Not sure if this is the original intention
Moves the top part of the navbar (including team selector and avatar) to a layout inside `/[team]` to prevent it to re-render when the `/[[...section]]` changes (didn't realize the layout...