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
yarn upgrade produces a few warnings. We should probably fix them.
warning react > fbjs > [email protected]: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
We can not just yarn install core-js@2 since is a dependency of react. To update core-js we would have to update react to ^16. Updating react would cause issues with elemental (which is not updated since 2017).
yarn upgrade
produces a few warnings. We should probably fix them.Edit: update list of warnings as of 14d3c59.
The text was updated successfully, but these errors were encountered: