react-tour icon indicating copy to clipboard operation
react-tour copied to clipboard

Element type is invalid

Open lvxiaomu opened this issue 9 years ago • 0 comments

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.

lvxiaomu avatar Mar 23 '16 03:03 lvxiaomu