I’m building a React application using Tailwind CSS Framework. I have used NPM to install tailwind in my react app in the following manner: Then I have also edited my tailwind.config.js file in the following manner: And updated my index.css file in the following manner: Then I tried to use default color classes that tailwind CSS provides in the following
Advertisement
Tag: npm-install
‘react-router-dom’ does not contain an export named ‘useHistory’
Im trying to import useHistory from react-router-dom but it keeps giving me the error ‘react-router-dom’ does not contain an export named ‘useHistory’. React-router-dom’s version is 4.3.1 and i’ve …
Advertisement