react-tour
react-tour copied to clipboard
Element type is invalid
in Projects.jsx
import { ReactTour } from 'react-tour'
<ReactTour config={reactTourConfig} currentStep={currentStep} visible={isTourVisible} />
export default Projects
It will
invariant.js:39 Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method ofProjects.