Comment on Everything about Google Translate crashing React (and other web apps)Comments−silverwind1yThis is essentially a bug in React VDOM which blindly assumes it is the only one updating DOM nodes. Imho, it's long overdue to remove VDOM from react as other renderes have shown that it's not needed for performance.
Comments
This is essentially a bug in React VDOM which blindly assumes it is the only one updating DOM nodes. Imho, it's long overdue to remove VDOM from react as other renderes have shown that it's not needed for performance.