Current Behavior 😯
React crashes when changing the loading state of a LoadingButton when Chrome has translated the page:
Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Steps to Reproduce 🕹
- Set up Chrome languages to use a non english language and enable translation from english (https://support.google.com/chrome/answer/173424)
- Go to: https://next.material-ui.com/components/buttons/
- Scroll down to "Toggle the loading switch to see the transition between the different states" (it should be written in whatever language the page has been translated to)
- Toggle the loading toggle, the demo will crash
Current Behavior 😯
React crashes when changing the loading state of a LoadingButton when Chrome has translated the page:
Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.Steps to Reproduce 🕹