You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same as Type '{ children: Element[]; className: string; }' is missing the following properties from type 'Pick<MenuItemProps & ButtonHTMLAttributes<HTMLButtonElement>, "type" | "key" | "id" | "name" | "color" | "translate" | ... 262 more ... | "onResizeCapture">': nonce, onResize, onResizeCapture #379 with Typography, Card, CardHeader
#830
Type '{ children: string; color: "blue-gray"; className: string; }' is missing the following properties from type 'Pick<TypographyProps, "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "media" | "style" | "target" | "type" | "role" | "tabIndex" | "href" | ... 257 more ... | "ping">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
Try to use MaterialTailwind with Nextjs.
The text was updated successfully, but these errors were encountered:
michaelaboctario
changed the title
The same issue with Typography, Card, CardHeader
The same as Type '{ children: Element[]; className: string; }' is missing the following properties from type 'Pick<MenuItemProps & ButtonHTMLAttributes<HTMLButtonElement>, "type" | "key" | "id" | "name" | "color" | "translate" | ... 262 more ... | "onResizeCapture">': nonce, onResize, onResizeCapture #379 with Typography, Card, CardHeader
Sep 24, 2024
I have this:
"dependencies": {
"@heroicons/react": "^2.1.5",
"@material-tailwind/react": "^2.1.10",
"next": "14.2.13",
"react": "^18.2.0",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2"
}
and
.....
is doing
Type '{ children: string; color: "blue-gray"; className: string; }' is missing the following properties from type 'Pick<TypographyProps, "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "media" | "style" | "target" | "type" | "role" | "tabIndex" | "href" | ... 257 more ... | "ping">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
Try to use MaterialTailwind with Nextjs.
The text was updated successfully, but these errors were encountered: