Xariwey
Xariwey
Its not a pretty solution but it works for me at least until the feature gets an official implementation https://codesandbox.io/s/navbarcollapse-demo-rb8tbk
my suggestion would be to disableAnimation in its the easy solution, or manually add the transitions but i dont see the point the Navbar component just came out and im...
> Can you provide a mini-reproduction on sandbox or stackblitz? @OGKingFox https://nextui.org/docs/components/navbar#with-avatar-user There play with the size of the demo box to reproduce the bug
also removing the `` tag while using a `head.js/ts` file will cause a layout shift, due to missing/broken styles
@unix Going to bump this one intead of opennig a new one since its very similar currently the types are very defined but it would be nice to include the...
@snowplowtach its a prettier solution, nice one, heres with menu selection and auto select menu based on urlpath https://codesandbox.io/s/navbarcollapse-demo-rb8tbk
> I have the same problem. I managed to solve it by replacing > > `` with NextJS `` > > and the error was gone. The only problem with...
> In the next.js docs, they cover [this use-case](https://nextjs.org/docs/api-reference/next/link#if-the-child-is-a-custom-component-that-wraps-an-a-tag) by providing the `legacyBehavior` and `passHref` props. This will maintain the navbar styling which the other proposed solutions do not: >...
it only happens when using --turbo ``` "scripts": { "dev": "next dev --turbo", 🔴 "dev": "next dev", 🟢 } ``` ``` 🔴 yarn dev --turbo ``` ``` 🟢 yarn turbo...