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
Using experimental JavaScript is not the right way to go. It will change until it is finalized and thus will cause us to have to update our code in the future. It also forces us to use babel-eslint which has blocked us in the past from upgrading to a newer Babel version.
I suggest we limit Babel to only the presets es2015 and react.
Add package with polyfill for Object.assign and use that.
Rewrite decorators to function calls
Other stage 1/2 stuff that sneaked in
The text was updated successfully, but these errors were encountered:
Using experimental JavaScript is not the right way to go. It will change until it is finalized and thus will cause us to have to update our code in the future. It also forces us to use
babel-eslint
which has blocked us in the past from upgrading to a newer Babel version.I suggest we limit Babel to only the presets
es2015
andreact
.Object.assign
and use that.The text was updated successfully, but these errors were encountered: