-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This reverts commit 871755f.
on: | ||
all_branches: true | ||
condition: $TRAVIS_BRANCH =~ ^(master|react-16|react-17)$ |
There was a problem hiding this comment.
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.
// eslint-disable-next-line react/no-render-return-value | ||
return ReactDOM.render(app, this.mountPoint); |
There was a problem hiding this comment.
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.
There was a problem hiding this 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 😆
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.