trying to use "@material-tailwind/react": "^2.1.9" in "next": "14.1.4"
"use client";
import { Button } from "@material-tailwind/react";
export default function Home() {
return <Button>Test MUI</Button>;
}
but the button is showing a red squiggly line with error
Type '{ children: string; }' is missing the following properties from type 'Pick<ButtonProps, "children" | "color" | "disabled" | "translate" | "form" | "slot" | "style" | "title" | "onChange" | "onClick" | "className" | "value" | "key" | "autoFocus" | ... 259 more ... | "loading">': placeholder, onPointerEnterCapture,