Mstar0816 / Portfolio

https://my-portfolio-ten-orpin-68.vercel.app
1 stars 0 forks source link

Custom Hook #1

Open Mstar0816 opened 4 months ago

Mstar0816 commented 4 months ago

Inside functional component, I can't import the useHistory hook from react-router-dom.

Mstar0816 commented 4 months ago

Make sure that the react-router-dom package is installed in your project. To use the useHistory hook inside a functional component in a React application, you must ensure that you have properly installed the react-router-dom package in your project and imported it into the file where you are trying to use the useHistory hook.

Mstar0816 commented 4 months ago

Try using Hook function. Or try installing following. npm i @uidotdev/usehooks