Ryo Matsukawa

Results 90 comments of Ryo Matsukawa

In linear, it was v2.5.0, but v2.4.3 certainly looks good. I will leave the rest to Junior to decide.

We will not address this. For more details, please refer to [the comments](https://github.com/nextui-org/nextui/pull/3375#issuecomment-2491442193).

Related: https://github.com/nextui-org/nextui/issues/2152

We will not address this. For more details, please refer to [the comments](https://github.com/nextui-org/nextui/pull/3375#issuecomment-2491442193).

It might be an issue with react-aria. https://github.com/adobe/react-spectrum/issues/5599

Thanks for the issue! The issue is caused by NavBarMenu using RemoveScroll. https://github.com/nextui-org/nextui/blob/canary/packages/components/navbar/src/navbar-menu.tsx#L34-L40 Removing `RemoveScroll` like this will fix the issue: ```tsx const MenuWrapper = ({children}: {children: ReactElement}) => {...

The video you provided seems to be working correctly. What could be the issue?

I understand, thank you. If possible, providing a minimal reproducible example on Stackblitz would be helpful in addressing this issue. The current shared source code is quite extensive, making it...

@jrgarciadev Sorry for the delay. I have updated the documentaton!

Thanks for the feedback. It seems like like we'll have to wait for the Parcel issue ([#8025](https://github.com/parcel-bundler/parcel/issues/8025)) to be resolved. I'm eager to continue working on this PR once we...