Created by: jamidwyer
Hello! I added @axe-core/react to check accessibility on a project, and one of the errors I saw was an iframe with no "title" attribute. It appears to be coming from the react-error-overlay. This pull request adds a title.
The only verification I did was run npm test
and it passed.
Thank you!