Hello,
We need to use video.mediaelementjs or audio.mediaelementjs instead of .mediaelementjs.
It will fix duplication also on ajax requests.
Kalavan β created an issue.
Hello,
I have similar problem with this update,
and after debagging I found that date_recur has service and method DateRecurOccurrences::isDateRecur.
And contain code -
$typeDefinition = $this->typedDataManager->getDefinition('field_item:' . $fieldDefinition->getType());
So on this step we don't have this plugin and it provide error - The "field_item:default_breakpoints" plugin does not exist.
It triggering during update.
So simple solution is just to add check to this method.
Probably you can have another similar modules with this problem.