PropTypes is not defined and I get a failed to compile. I check on the web and tried to install or import PropTypes but I’m having no luck. How am I suppose to use this on my own?
Yeah you’ll need to import it like lasjorg said. It used to be included in the main react package but was seperated into a separate package because lots of people use other typechecking solutions like flow or typescript.