-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deprecation code for React@16 #1118
Milestone
Comments
Closed
paranoidjk
added a commit
that referenced
this issue
Apr 17, 2017
Closed
paranoidjk
added a commit
that referenced
this issue
May 10, 2017
m-select-list / m-pull-to-refresh 现在已经不维护,先可以不用改 |
@warmhug @silentcloud @pingan1927 这个剩下的各自来认领,尽量 clean 掉。也检查下还有没有漏的 |
好 认领一个 m-picker |
silentcloud
added a commit
to react-component/m-date-picker
that referenced
this issue
Jun 14, 2017
This was referenced Jun 14, 2017
剩下两个,等发布,PR 已提交了 |
paranoidjk
pushed a commit
to react-component/m-date-picker
that referenced
this issue
Jun 26, 2017
I think we already fixed this. 😄 |
lixiaoyang1992
pushed a commit
to lixiaoyang1992/ant-design-mobile
that referenced
this issue
Apr 26, 2018
Senior-Hayato-Suzuki
pushed a commit
to Senior-Hayato-Suzuki/react-date-picker
that referenced
this issue
Feb 16, 2020
Senior-Hayato-Suzuki
pushed a commit
to Senior-Hayato-Suzuki/react-date-picker
that referenced
this issue
Feb 26, 2020
bigpeaches
added a commit
to bigpeaches/m-date-picker
that referenced
this issue
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
updated by @paranoidjk
react-component/slider#252
ant-design/ant-design#5678
#1171
[ ] https://github.com/react-component/m-select-list[ ] https://github.com/react-component/m-pull-to-refresh[x] nuka-carousel(move rmc-nuka-carousel)even upgrade minor version in
~
syntax is unnecessary , still change it expicity in order to check on by oneVersion
1.0.8
Environment
web
Reproduction link
https://github.com/facebook/react/releases/tag/v15.5.0
Steps to reproduce
Search
React.createClass
in./components
What is expected?
Transform
React.createClass
to plain JavaScript classesWhat is actually happening?
There are 8 results under
./components
React@15.5.0 add two deprecation warning.
React.createClass
andReact.PropTypes
. We are lucky bcs we use Typescript to check prop types. But we still have 8 linesReact.createClass
stay there.Also need update all react-components dependencies.
The text was updated successfully, but these errors were encountered: