We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cc130 commit cbd813aCopy full SHA for cbd813a
src/components/gltf-model-plus.js
@@ -597,7 +597,7 @@ class GLTFHubsComponentsExtension {
597
if (Object.prototype.hasOwnProperty.call(ext, "link")) {
598
if (["image", "video", "model"].includes(componentName)) {
599
if (!ext.link || !ext.link.href) {
600
- console.warn("Warning: Attempted to load a link but the href is missing!", ext);
+ console.warn("Warning: Attempted to load a link but the href is missing! Component : ${componentName}", ext);
601
} else {
602
ext["media-link"] = {
603
src: ext.link.href
0 commit comments