-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
componentWillReceiveProps will be deprecated #87
Comments
One way to do this will be to do the detection in |
Apologies for commenting on a long-closed issue, but does the fact that it's closed mean that you don't intend to update |
Hi @jamesremuscat -- I'm a bit swamped at the moment but very happy to review a PR if anyone wants to tackle this. Reopening. |
interested in this one, how to handle new function components? , is there a way to use keydown with compose? |
According to React, using
componentWillReceiveProps()
is a bad idea and it will be deprecated soon, version 17 seems to be the last supporting the method with that name.When using keydown for classes, what should be the proper way to handle the key events?
The text was updated successfully, but these errors were encountered: