Closed kgrhartlage closed 2 years ago
IIUC your importMap configuration is no longer needed after this PR is now merged.
importMap
react({ babel: { plugins: [ [ '@emotion', { importMap: { '@mui/material': { styled: { canonicalImport: ['@emotion/styled', 'default'], styledBaseImport: ['@mui/material', 'styled'] } }, '@mui/material/styles': { styled: { canonicalImport: ['@emotion/styled', 'default'], styledBaseImport: ['@mui/material/styles', 'styled'] } } } } ] ] } }),
You also don't seem to have the related package in your dependencies.
Thank you for providing this template.
Hmm, okay. I'll check it out. Thanks!
IIUC your
importMap
configuration is no longer needed after this PR is now merged.You also don't seem to have the related package in your dependencies.
Thank you for providing this template.