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 c1d3f99 commit cb3ca6cCopy full SHA for cb3ca6c
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