-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
React apps may crash when "Link External iframes" is active. #177
Comments
It doesn't happen with any other of the puzzles there except the "I'm Done" button in the "SpellTower" game. |
I suspect it's because we put our content at the end of the body, and that we might avoid these issues by prepending our elements instead. |
Moving the element to the beginning of the body made no difference. Removing the elements manually using the dev console also didn't help. I'll need to do some searching. |
This seems to be a common problem when working with some React apps while extensions are loaded. |
Turning off the "Link External iFrames" setting resolves the issue. |
I noticed that the crossword on Puzzmo throws an error if the Gamepad Navigator is installed. I can consistently get the page to load again if I uninstall the extension.
The text was updated successfully, but these errors were encountered: