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
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
The only way I can think of to bypass the error message is overwriting console.error
constoriginalError=console.error;console.error=function(...args){if(args.some(arg=>typeofarg==="string"&&arg.includes("aria-hidden"))){return;// Skip error messages with "aria-hidden"}originalError.apply(console,args);// Call the original error};
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: