-
Notifications
You must be signed in to change notification settings - Fork 756
Update code base based on sp7 #1285
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
@@ -11,10 +11,11 @@ _Please add entries here for your pull requests that are not yet released._ | |||
|
|||
### Breaking Changes |
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.
Just require shakapacker v7 for v3 of react-rails so no older versions of webpacker, etc.
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.
Exactly
9794c58
to
0e270ff
Compare
This is an internal attribute of React and it is removed since React 16. Despite this, it gets added in some cases, specially when we use the bundled react with Sprocket. We don't need to depend our tests on the existance of such attributes
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.
test review
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.
test change request
@Judahmeek, May you be more specific? |
@ahangarha sorry. I was just experimenting with Github's review functionality. |
https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md > If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 reactjs#1274 and reactjs#1285 It looks like react-rails v3 supports Shakapacker v7 only.
Summary
This PR updates the code base based on Shakapacker 7.
Pull Request checklist