You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extra class attribute should not be used by the component as no props is declared.
What is actually happening?
Custom element doesn't load
Uncaught TypeError: Cannot read properties of undefined (reading 'class')
at resolve2 (runtime-dom.esm-bundler.js:544:33)
at VueCustomElement._resolveDef (runtime-dom.esm-bundler.js:579:13)
at VueCustomElement.connectedCallback (runtime-dom.esm-bundler.js:506:18)
at main.ts:4:16
Version
3.2.29
Reproduction link
stackblitz.com
Steps to reproduce
What is expected?
The component should mount.
The extra class attribute should not be used by the component as no props is declared.
What is actually happening?
Custom element doesn't load
Note: When adding a
&& props
check here :core/packages/runtime-dom/src/apiCustomElement.ts
Line 224 in 6b68898
The text was updated successfully, but these errors were encountered: