Alex

Results 3 comments of Alex

3.6.5 版本开启 webpack5 的 cache 功能稳定复现,关了就好了

```tsx import { Tabs as NextTabs, TabsProps } from "@nextui-org/react"; import { ReactElement } from "react"; export const Tabs: (props: TabsProps) => ReactElement = (props) => { return ( {...

> > So the intent here is that Trigger components, such as MenuTrigger, when disabled, will not show their associated menu. > > From the other ticket. If this is...