Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw a useful error when injecting tap event plugin more than once
This will prevent people from receiving a cryptic error message from React about two plugins with the same name being injected. injectTapEventPlugin() should only be called once per application, and ideally at the entry point.
- Loading branch information