You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users have Google Translate enabled in Chrome, they may get the following error after logging in: NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
This seems to be due to text blocks that aren't wrapped in a parent element getting replaced by elements by Google Translate. See here for more info: facebook/react#11538
Temporary workaround of disabling Google Translate has been added, but this should be replaced with a better solution
The text was updated successfully, but these errors were encountered:
When users have Google Translate enabled in Chrome, they may get the following error after logging in:
NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
This seems to be due to text blocks that aren't wrapped in a parent element getting replaced by elements by Google Translate. See here for more info: facebook/react#11538
Temporary workaround of disabling Google Translate has been added, but this should be replaced with a better solution
The text was updated successfully, but these errors were encountered: