Skip to content

Conversation

@nattui
Copy link

@nattui nattui commented Feb 5, 2022

Sometimes when working on a project, it creates this container around the entire app during hot reload. It happens during create-react-app: 4.x.x

Upon further inspection it looks like it is an which is rendered in the browswer as this:

<iframe style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; border: none; z-index: 2147483647;"></iframe>

This solution uses CSS to make this particular iframe never a target of pointer events.

Fixes:

Closes #11773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is this the bug of react-error-overlay?

2 participants