search

Home  >  Q&A  >  body text

javascript - react development error Use the prop-types package from npm instead.


The console reports an error when writing react components. Although it does not affect the operation, I still want to ask how to solve it. Thanks!

怪我咯怪我咯2915 days ago562

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-05-19 10:29:58

    Just a warning.

    PropTypes has been deprecated from React. Simply put, it is about to be abandoned, but it can still be used for the time being, and may not be used in the next version.

    Of course, to be more precise, it was moved out of React into an independent package, and the package is called prop-types.

    reply
    0
  • Cancelreply