-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[regression] e.target for onChange is ndefined in 0.14.0-beta1 #4288
Comments
This appears to be related to a bug in However that's not the only fix needed, Also it seems I tried fixing this myself. However I have issues with the test setup and/or the test utils seem incapable of triggering |
Yes I can confirm I have this issue too! This unfortunately makes the beta unusable in my app. The synteticEvent.target is null while the native event has a target |
Same issue. The workaround is using |
Same here, but you can use |
Excuse me. I'm a beginners of React. Can I ask a question? Why can I use "jsx -watch src/build" to translate "src/helloworld.js" file to plain JavaScrip? |
In fact, I can't see any result after do all steps。 |
@Jackien I don't know, but this is not the place for asking such questions. Ask this on Stackoverflow or IRC / Slack channels maybe |
@slorber Thank you for your answer. |
Fix event target for input change events. Fixes #4288
I tried updating from
0.14.0-alpha3
to0.14.0-beta1
.Something has changed in between these releases that is making it so that
e.target
in onChange's synthetic event is undefined.The text was updated successfully, but these errors were encountered: