You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here. This breaks react-router and possibly other React packages because of how class is transpiled with babel: _this = _possibleConstructorReturn(this, _React$Component.call.apply(_React$Component, [this].concat(args))). That concat always fails with this bug, because it is converted to [this, args].
babel-plugin-minify-constant-folding
plugin convertsinto
which poses a problem when
x
is an array.Probably introduced in #505
The text was updated successfully, but these errors were encountered: