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
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.