JSX element type X does not have any construct or call signatures.ts(2604)
I wanted to make a styled button with Material UI 5.6.0, but encountered a new error that I couldn't find a solution to on Google.
My custom styled components button:
import { Button, styled } from '@mui/material';
const ColorButton = styled(Button...
blog.skorpen.com1 min read