Gonzalo Pozzo

Results 8 issues of Gonzalo Pozzo

When nesting multiple levels just the first level has the correct typings Given the following code: ![image](https://user-images.githubusercontent.com/6494462/138754335-ecfad753-acb2-4091-9734-29ad8745853a.png) First level has the correct types: ![image](https://user-images.githubusercontent.com/6494462/138754362-8cfdcaa3-2c50-48f7-a718-85ccbb6cf779.png) But selectors inside the first level...

typescript

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

good first issue

**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...

enhancement

### 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...