You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've now had at least 2 regressions where pre-render container rendered AMP into iframes that are display:none and hence have no dimensions. This breaks pre-rendering as we consider nothing to be in viewport.
We should throw an error (out of execution flow) if we discover this, so that we can quickly discover such regressions.
We've now had at least 2 regressions where pre-render container rendered AMP into iframes that are
display:none
and hence have no dimensions. This breaks pre-rendering as we consider nothing to be in viewport.We should throw an error (out of execution flow) if we discover this, so that we can quickly discover such regressions.
CC @dvoytenko
The text was updated successfully, but these errors were encountered: