Hi,
I found this https://github.com/Yoast/wordpress-seo/pull/4351
It seems the problem should be solved now, but in my case it still appear.
It is because I am Implementing Yoast SEO breadcrumbs manualy?
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
}
?>