Hi!
Anyone know what this is? Doesn’t seem to interfere significantly with the app’s function. But it is annoying to see this during development.
BaseComponent.js:292 Unknown component found! data-detail
(anonymous) @ BaseComponent.js:292
Hi!
Anyone know what this is? Doesn’t seem to interfere significantly with the app’s function. But it is annoying to see this during development.
BaseComponent.js:292 Unknown component found! data-detail
(anonymous) @ BaseComponent.js:292
Hello,
This means somewhere on your page the data-detail component is referenced/used while it’s js include is missing from your page (from within head tags)
Thanks!
Did not find the reference, so I added in my code and the error disappeared