For now, you can add this meta tag to your header tag (make sure this is the first tag after the head)
<meta http-equiv="X-UA-Compatible" content="IE=10" />
This will fix the problem for IE 11 users, because the browser will behave like IE 10 browser.
When Google fixes the error you can return it to IE = edge or just delete it.
EDIT: Bug fixed:
yazanpro
source share