Skip to content
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

Allow for null targetFiber for root event handling #15247

Merged
merged 1 commit into from
Mar 29, 2019

Conversation

trueadm
Copy link
Contributor

@trueadm trueadm commented Mar 28, 2019

When dealing with the experimental event API, the target fiber might be null when the event is triggered on the document. This code path is a valid one and get's handled by the root events that are attached on demand from an event responder.

@trueadm trueadm merged commit 5d336df into facebook:master Mar 29, 2019
@trueadm trueadm deleted the allow-for-null-fiber-ancestors branch March 29, 2019 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants