propTypes warning in Electron app

后端 未结 1 502
后悔当初
后悔当初 2021-01-27 20:29

I am trying to deal with the new warning about needing to include the prop-types package in NPM programs. My app is an electron app.

I think I am following the migration

相关标签:
1条回答
  • 2021-01-27 20:36

    You are using grommet which hasn't been updated to the new react version yet, therefore you will be getting warnings from this library because it uses the deprecated PropTypes from react module.

    There is nothing you can do until your dependencies are updated, too.

    Note this has been already reported and there is a pull request open.

    0 讨论(0)
提交回复
热议问题