question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prep for React v16 and removal for deprecation warnings (PropTypes & createClass)

See original GitHub issue

Are there any plans to prepare for React v16 as per this post: React v15.5.0 …?

It means replacing all React.PropTypes and using the prop-types package, and repalcing all React.createClass using the create-react-class package.

Doing this will also remove the deprecation warnings for anyone using React v15.5.0 which show in the console in development env.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
tomchentwcommented, Apr 21, 2017

Released 7.0.0

1reaction
tomchentwcommented, Apr 20, 2017

Will do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disable React.createClass and PropTypes deprecated ...
Warning : Uncontrolled(Dropdown): React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead.
Read more >
React v16.13.0 – React Blog
Today we are releasing React 16.13.0. It contains bugfixes and new deprecation warnings to help prepare for a future major release.
Read more >
Upgrade ReactJS.NET 5.0.0 and React 16.8 for the ASP. ...
ReactJS.NET is a solution for developers to use React and JSX in ASP. ... Solve warning messages; Remove deprecated API calls; Refactor ES5...
Read more >
React.js Interview Questions & Answers - Part 2
In this article, we will cover 50 technical React.js interview questions and explain in detail their answer to them.
Read more >
React - Releases
Fix the false positive warning about react-dom/client when using UMD bundle. ... are available on createClass -based components are removed or deprecated ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found