Skip to content

React 17 Implementation #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Feb 10, 2021
Merged

React 17 Implementation #14

merged 17 commits into from
Feb 10, 2021

Conversation

stevematney
Copy link
Contributor

No description provided.

@stevematney stevematney marked this pull request as ready for review February 5, 2021 21:06
Comment on lines +19 to +21
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master|react-16|react-17)$
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This allows us to run releases on react-16 so we can merge bugfixes and stuff if we need to.

Comment on lines +41 to +42
// eslint-disable-next-line react/no-render-return-value
return ReactDOM.render(app, this.mountPoint);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ReactDOM.render has deprecated usage of its return value, but we still want to return it in case someone is relying on this behavior.

Copy link
Contributor

@JosephDSchwartz JosephDSchwartz left a comment

Choose a reason for hiding this comment

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

There isn't anything in here that concerns me. Like all upgrades, though, it's the stuff that's not in here that could bite us 😆

@stevematney stevematney merged commit 55d113a into master Feb 10, 2021
@stevematney stevematney deleted the react-17 branch February 10, 2021 16:31
@aabenoja
Copy link
Contributor

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants