React 17 will no longer attach event handlers at the document level. Instead, it will attach them to the root DOM container into which your React tree is rendered. Note: For this to work, both the version of React apps should be more than v17, which is why upgrading to v17 is needed , i.e. to make further upgrades easy.