We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer, I want a workable way of dismissing the HMR overlay with a screen reader.
When there is an error or warning in my project and the HMR overlay appears, I cannot dismiss the dialog.
I am using a screen reader. I cannot "click outside" as the dialog suggests.
One or all of these.
server.hmr.overlay = false exists, but this is not a perfect solution because:
server.hmr.overlay = false
I am using vite in one of the projects as a collaborator. Vite version is 4.1.1. Sorry if the problem is already solved in newer versions.
The text was updated successfully, but these errors were encountered:
I think having an esc shortcut would be nice to have.
esc
Sorry, something went wrong.
Yes, that would be enough. Agreed!
vite-error-overlay
Successfully merging a pull request may close this issue.
Description
Summary
As a developer, I want a workable way of dismissing the HMR overlay with a screen reader.
Problem
When there is an error or warning in my project and the HMR overlay appears, I cannot dismiss the dialog.
Reason
I am using a screen reader. I cannot "click outside" as the dialog suggests.
Suggested solution
Proposed Solution
One or all of these.
Alternative
server.hmr.overlay = false
exists, but this is not a perfect solution because:Additional context
Notes
I am using vite in one of the projects as a collaborator. Vite version is 4.1.1. Sorry if the problem is already solved in newer versions.
Validations
The text was updated successfully, but these errors were encountered: