I have an issue during initial setting up during following of the course.
Namely, I have an error as soon as I start using Apollo client:
Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
I have tried to install prop-types and import them inside of SongList.js. Even due I'm not using anywhere React.PropTypes
Probably my problem is lying down inside of some already used library, but I cannot see exactly where, since webpack has been used and all errors are pointing to the bundle.js
If somebody can support it will be useful.
I have an issue during initial setting up during following of the course.
Namely, I have an error as soon as I start using Apollo client:
Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
I have tried to install prop-types and import them inside of SongList.js. Even due I'm not using anywhere React.PropTypes
Probably my problem is lying down inside of some already used library, but I cannot see exactly where, since webpack has been used and all errors are pointing to the bundle.js
If somebody can support it will be useful.