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.
1 parent ac4320e commit 24b0d17Copy full SHA for 24b0d17
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