material-kit-react
material-kit-react copied to clipboard
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
https://github.com/devias-io/material-kit-react/blob/b0a6bfbeaa641261d8d49294386653bba37d2ef7/src/components/auth/sign-up-form.tsx#L55
#163 This pull request resolves the warning message issued by MUI regarding the palette.paperChannel property. The warning indicated that palette.paper was not provided in a recognized format, leading to the...
# Step to reproduce this issue 1. clone this repository ``` git clone https://github.com/devias-io/material-kit-react ``` 2. update `@mui/material` ``` npm add @mui/[email protected] ``` 3. Run ``` npm run dev ```...
the error: Creating an optimized production build ... ✓ Compiled successfully Linting and checking validity of types ..Failed to compile. ./src/components/dashboard/layout/mobile-nav.tsx:88:27 Type error: Type 'string | null' is not assignable...
Can you please update the docs on how work with dynamic urls and parameters?
I make it optional ... it will work and you can create build the project without any type error
Type error: Type 'string | undefined' is not assignable to type 'string'. Type 'undefined' is not assignable to type 'string'. ./src/components/core/theme-provider/emotion-cache.tsx:64:32 Type error: Type 'string | undefined' is not assignable...