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
Replace deprecated modules in playground (piotrwitek#176)
Replace 'react-router-redux' with 'connected-react-router'
Also I noticed a lot of vulnerability warnings related to react-scripts, so I had update it and also react-redux, axios. For now we don't have vulnerability complains after npm i.
@babel/polyfill is deprecated for the new react-scripts environment, so I remove this dependency and adjust src/index.tsx
0 commit comments