Disable error overlay in development mode

An alternate solution is to add the following CSS style:

iframe
{
    display: none;
}

This prevents the error from showing.

Leave a Comment