mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
acbb4f93f0
* Revert #5947 and disable the test * Fix isDefaultPrevented and isPropagationStopped to not get nulled This was a bug introduced by #5947. It's very confusing that they become nulled while stopPropagation/preventDefault don't. * Add a comment * Run Prettier * Fix grammar