Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Bump react-scripts to v5 #760

Merged
merged 9 commits into from
May 12, 2022
Merged

Conversation

nickgros
Copy link
Contributor

  • Bump react-scripts
  • Add craco, browser polyfills

While craco isn't currently actively maintained, I think it's still worth using it to upgrade to react-scripts v5. We may be able to just use plain react-scripts in the future, depending on whether facebook/create-react-app#11764 (or similar PR) is merged.

@nickgros nickgros requested a review from jay-hodgson May 11, 2022 14:53
Comment on lines -199 to +206
onHide={handleCloseLoginDialog}
onHide={() => {
handleCloseLoginDialog()
}}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes a linting error where the type of handleCloseLoginDialog didn't match the permitted type of onHide

@nickgros nickgros merged commit e75d96b into Sage-Bionetworks:master May 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants