there is an error in the docs for the vite.config.js file. `export default defineConfig({ plugins: [shadowDomCss()] }) ` Should be `export default defineConfig({ plugins: [shadowDomCss.default()] }) `