Girish Chaudhari
Girish Chaudhari
@MaxLeiter can you please check this issue.
I just cloned the application first and tried to run it but there are some issues with the server components so I changed the version to latest ‘next: 14.2’ but...
and still not able to fix, don't know why it is getting crashed, changed the component to client or server, but no changes for the stable dev
> ### a solution that works with the `asChild` prop > ```tsx > const Button = forwardRef( > ({ loading = false, children, className, variant, size, asChild = false, ...props...
The change I did is below... ```js // components/ui/button.tsx import * as React from "react"; import { Slot, Slottable } from "@radix-ui/react-slot"; import { cva, type VariantProps } from "class-variance-authority";...