We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all great idea!
Unfortunately doesn't seem to be working over here, this is the after-webpack-pass output:
exports.default = function () { return function (ReactClass) { var ModifiedReactClass = ReactClass; var render = ModifiedReactClass.prototype.render; ModifiedReactClass.prototype.render = function () { var _render$apply = render.apply(this, arguments); var props = _render$apply.props; var renderedRest = _objectWithoutProperties(_render$apply, ['props']); return _extends({ props: _extends({}, props, { className: (0, _dedupe2.default)(this.props.className, props.className), style: _extends({}, props.style, this.props.style) }) }, renderedRest); }; return ModifiedReactClass; }; };
react: "0.14.6", babel: "~6.3.26", babel-plugin-react-transform: "^2.0.0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all great idea!
Unfortunately doesn't seem to be working over here, this is the after-webpack-pass output:
react: "0.14.6",
babel: "~6.3.26",
babel-plugin-react-transform: "^2.0.0"
The text was updated successfully, but these errors were encountered: