NYPL / dgx-header-component

2 stars 0 forks source link

Feature/react17 upgrade webpack #121

Closed hokei closed 2 years ago

hokei commented 2 years ago

Starting a migration into React 17. Splitting up these PRs as much as possible, so that it's easy to review.

This PR just upgrades React and Webpack and ensures that the resulting app builds.

Because of the removal of refs in <ReactTappable> components, the mobile header no longer is functional.
<ReactTappable> components will be replaced with <button> components in the next PR.

hokei commented 2 years ago

going to close this PR, as this work won't be done in dgx-header-component.