Navigation überspringen

[In der nächsten Version behoben] Error log warns that "DevTools failed to parse SourceMap"

This support ticket is created vor 5 Jahren, 3 Monaten. 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)

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von michaelW-23 vor 5 Jahren, 3 Monaten.

Assistiert von: Nigel.

Author
Artikel
#1521445

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

DevTools failed to parse SourceMap: versteckter Link

Link to a page where the issue can be seen:
versteckter Link

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