1. 程式人生 > >React-router使用時Attempted import error: 'Link' is not exported from 'react-router'.

React-router使用時Attempted import error: 'Link' is not exported from 'react-router'.

原因:

通常我們在 React 的使用中,一般要引入兩個包, reactreact-dom,那麼 react-routerreact-router-dom是不是兩個都要引用呢? 注意:他們兩個只要引用一個就行了,不同之處就是後者比前者多出了 <Link> <BrowserRouter>這樣的 DOM 類元件。因此我們只需引用 react-router-dom這個包就OK了