sun0day
sun0day
I can offer a PR@Akryum
Can you provide a mini-reproduction on sandbox or stackblitz? @OGKingFox
It can be reproduced in https://nextui.org/docs/components/navbar#with-avatar-user A quick but not elegant solution is that keep `Navbar.Toggle` and `Navbar.Collapse` `showIn` equal ```jsx ``` Splitting` Navbar.Toggle` and `Navbar.Collapse` into two components maybe...
I can offer a PR @jrgarciadev
Should not change `activePage` via calling `setActivePage` when `page` is set to specific number. https://github.com/nextui-org/nextui/blob/50f8f9dbcb1db177f125a1f144c346e3ec3fc29e/packages/react/src/use-pagination/index.ts#L28-L31
Seems like `react-aria` `useButton` params is conflict with `stitches` `styled.button` props Same as #703
- It hasn't get fixed yet in `beta-10` - Yes, two issues need the same fix
> Ah okay, apparently I misread something - thought it had gotten fixed there already. > > Is there a PR or branch or anything open fixing the original `NavBar.Link`...
I dont think this is a valid bug. Since the `dropdown` list container is appended in the tail of `body` and its `position` is `absolute`, it is normal for the...
Can you provide a mini-reproduction on sandbox or stackblitz? @rsinghcodes