Avoid the Browser Translation Bug in React 16+
I recently stumbled upon this Sentry error in production:
Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The React app was working perfectly fine, no failed tests, no issues.
A couple of hours in, I di...
rizanb.hashnode.dev2 min read