So I am trying to use the Errors component in my code, taken from
https://davidkpiano.github.io/react-redux-form/docs/api/Errors.html
But VSCode is telling me that Errors is not defined, so I tried importing it like import { Errors } from 'reactstrap'; which makes the error go away but when running the website with yarn start I get "Attempted import error: 'Errors' is not exported from 'reactstrap'."
Any ideas?