Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
See original GitHub issuehttps://unpkg.com/react-dnd@2.3.0/lib/DragDropContext.js
var CHILD_CONTEXT_TYPES = exports.CHILD_CONTEXT_TYPES = {
dragDropManager: _react.PropTypes.object.isRequired
};
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Accessing PropTypes via the main React package is deprecated
Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead. I install. npm i prop-types -S. but ......
Read more >Warning: Accessing PropTypes via the main React ... - GitHub
Warning : Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead. #366.
Read more >Warning: Accessing PropTypes via the main React ... - Laracasts
What is this error? Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead. content.js:5025.
Read more >[Solved]-Accessing PropTypes via the main React package is ...
Since the release of React v15.5.0 React.PropTypes is deprecated and has moved to another library. You should use npm install prop-types and use...
Read more >Warning: Accessing PropTypes via the main React package is ...
Warning : Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.*...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been on vacation, I’ll cut a release today.
On Tue, May 9, 2017 at 9:25 AM, Marko Bregant notifications@github.com wrote:
Any idea when this will be put into a release