Sauter la navigation

[Corrigé dans la prochaine version] Error log warns that "DevTools failed to parse SourceMap"

This support ticket is created Il y a 5 années et 2 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par michaelW-23 Il y a 5 années et 2 mois.

Assisté par: Nigel.

Auteur
Publications
#1521445

I am seeing this warning in the Browser Devtools Console on some pages:

DevTools failed to parse SourceMap: lien caché

Link to a page where the issue can be seen:
lien caché

What does it mean and how do I fix it?

Is it anything to do with this custom code in my functions.php:

function remove_image_zoom_support() {
    remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'wp', 'remove_image_zoom_support', 100 );
#1522319

Yes, this is known to us.

O thought it is released as fix already, but seems either Views and Types are not yet including the fix, or we missed lightbox in the maps files

I'll update you Monday, it's no issue of your custom code and you can, for now, ignore the error.

#1526609

This was not included, I apologise, it will be in the next Blocks and Views update though.

#1533477

Thanks