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 c43b995 commit f456cfaCopy full SHA for f456cfa
src/React/Basic.js
@@ -49,7 +49,7 @@ exports.createElement_ = function(el, attrs) {
49
);
50
};
51
52
-exports.createElementKeyed_ = React.createElement(el, attrs);
+exports.createElementKeyed_ = React.createElement;
53
54
exports.fragment = function(children) {
55
return React.createElement.apply(null, [Fragment, {}].concat(children));
0 commit comments