material-kit-react
material-kit-react copied to clipboard
Type error: Type 'string | undefined' is not assignable to type 'string'.
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 to type 'string'. Type 'undefined' is not assignable to type 'string'.
62 | if (typeof style !== 'boolean') { 63 | if (isGlobal) {
64 | globals.push({ name, style }); | ^ 65 | } else { 66 | styles += style; 67 | dataEmotionAttribute +=
${name}; Next.js build worker exited with code: 1 and signal: null