We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 901c8f6 + 24b0d17 commit 99a1b38Copy full SHA for 99a1b38
lib/assets/javascripts/react_ujs.js.erb
@@ -47,8 +47,6 @@
47
var node = nodes[i];
48
49
React.unmountComponentAtNode(node);
50
- // now remove the `data-react-class` wrapper as well
51
- node.parentElement && node.parentElement.removeChild(node);
52
}
53
54
};
0 commit comments