'Redirect' is not exported from 'react-router-dom'


https://stackoverflow.com/questions/63690695/react-redirect-is-not-exported-from-react-router-dom/66985282

 react-router-dom 6版本移除了 Redirect,用 Navigation 代替

相关