Skip to content
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

fix: catch Google Translate DOM errors #7096

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 19, 2024

  1. fix: catch Google Translate DOM errors

    Monkey-patch `node.removeChild` and `node.insertBefore` to catch crashing errors generated by Google Translate. This should make projects usable in Chrome, in other languages, until the underlying bug is fixed.
    
    See facebook/react#11538 (comment)
    eatyourgreens committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1ed3f2c View commit details
    Browse the repository at this point in the history
  2. npm audit fix

    eatyourgreens committed May 19, 2024
    Configuration menu
    Copy the full SHA
    23068a8 View commit details
    Browse the repository at this point in the history