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
When routing to page with Bodylight components in Vue 3, the page is not rendered and console contains these warnings even the isCustomElement is set to ignore custom elements from Bodylight.js-Components.
runtime-core.esm-bundler.js?5c40:38 [Vue warn]: Failed to resolve component: bdl-fmi
After applying PR #2 another warning appears indicating that vue runtime tries to interpret the third party custom-element and fails: [Vue warn]: Failed setting prop "id" on <bdl-fmi>: value idfmi is invalid. TypeError: this.au is undefined g aurelia-web-components.js:78 patchDOMProp runtime-dom.esm-bundler.js:458 patchProp runtime-dom.esm-bundler.js:586 mountElement runtime-core.esm-bundler.js:4007
Note development build can be made by npm run serve or with output to dist on ./node_modules/.bin/vue-cli-service build --mode development.
When routing to page with Bodylight components in Vue 3, the page is not rendered and console contains these warnings even the
isCustomElement
is set to ignore custom elements from Bodylight.js-Components.runtime-core.esm-bundler.js?5c40:38 [Vue warn]: Failed to resolve component: bdl-fmi
The text was updated successfully, but these errors were encountered: