Merged
Conversation
the old mutation observer only handled google translate's data-translated attribute. brave translate, safari, and others use different DOM manipulation that was never caught, causing removeChild crashes during react reconciliation. patches Node.prototype.removeChild and insertBefore to gracefully handle nodes moved by any translation extension — the standard react ecosystem fix (react/react#11538).
…-handler fix: prevent translation extension crashes across all browsers
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Code-analysis diffPainscore total: 5739.63 → 5737.93 (-1.7) 🆕 New findings (4)
✅ Resolved (5)
📈 Painscore deltas (top movers)
|
Contributor
🧪 UI test report — ✅ all greenSuites
📊 Coverage (unit)
⏱ 10 slowest test cases
|
Gate Manteca KYC by selected country
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Branch Sync
main is 3 commits ahead of dev.
Commits to sync:
• fix: prevent translation extension crashes across all browsers
• fix: address review — window global for HMR, dev-mode logging, no-cleanup comment
• Merge pull request #1964 from peanutprotocol/fix/translation-mutation-handler
Auto-generated by Chip 🐿️