lib/condenser/processors/node_modules/@babel/runtime/helpers/jsx.js in condenser-0.0.4 vs lib/condenser/processors/node_modules/@babel/runtime/helpers/jsx.js in condenser-0.0.5

- old
+ new

@@ -1,13 +1,9 @@ -var _Symbol$for = require("../core-js/symbol/for"); - -var _Symbol = require("../core-js/symbol"); - var REACT_ELEMENT_TYPE; function _createRawReactElement(type, props, key, children) { if (!REACT_ELEMENT_TYPE) { - REACT_ELEMENT_TYPE = typeof _Symbol === "function" && _Symbol$for && _Symbol$for("react.element") || 0xeac7; + REACT_ELEMENT_TYPE = typeof Symbol === "function" && Symbol["for"] && Symbol["for"]("react.element") || 0xeac7; } var defaultProps = type && type.defaultProps; var childrenLength = arguments.length - 3; \ No newline at end of file