-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
Strange componentWillReceiveProps behaviour #2666
Labels
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Comments
What version of React are you using? What's the smallest amount of code you can use to reproduce what you're seeing here? |
zpao
added
the
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
label
Dec 10, 2014
Unconfirmed for nearly a year, closing this out. Please open a new issue with a reproducible testcase if you believe this bug still exists. |
This was referenced Apr 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
screenshot -
https://yadi.sk/i/l90baQ8QdBTnW
thing is, props.selected is undefined if type in console by hand, but chrome console suggest(e.g. type sel, then arrow-right) shows proper 'node18n' value.
condition fails.
This thing is blowing my mind. I suggest something wrong with getters/setters let me know if you know teh root of teh problem
The text was updated successfully, but these errors were encountered: