Closed danbri closed 3 years ago
I tried a test with
{ "@context": "https://schema.org/", "@type": "HeadphoneProduct", ...etc}
where some properties and specifically this type don't exist.
It gives only a dissapearing popup: "validation error - cannot ready property 'failures' of undefined".
There was a null check that I accidentally missed :( should be fixed now
I tried a test with
{ "@context": "https://schema.org/", "@type": "HeadphoneProduct", ...etc}
where some properties and specifically this type don't exist.
It gives only a dissapearing popup: "validation error - cannot ready property 'failures' of undefined".