-
Notifications
You must be signed in to change notification settings - Fork 92
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
Cherry-pick (#214) into release-2.0 #215
Conversation
* go get -u golang.org/x/sys * Fix CI * Add App Bar icon * Fix errors found by linter * Allow arrow functions in eslint's func-style rule * fix type mismatch at redux Provider Co-authored-by: Ngoan Tran <[email protected]>
@agarciamontoro I'm struggling to build this PR branch. With node 16 npm fetch goes for a very long time and then ends with... Can you provide a build or some troubleshooting ideas? :) |
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.
LGTM, just a question to improve my knowledge.
@@ -12,6 +12,14 @@ type Props = { | |||
children: React.ReactNode, | |||
} | |||
|
|||
export class InjectionProvider extends React.Component<any> { |
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.
Why is this needed?
@DHaussermann, build is also failing on CI. Let me check 🙏 |
Closing per https://community-daily.mattermost.com/core/pl/cix75ceit3neff7fgacyoo7uth, with the follow up being to release a new version off of master |
Summary
The
release-2.0
branch has been created from thev2.0.0
tag. This PR cherry-picks #214 into that branch, so we can release a new v2.1.0 with only this change.Ticket Link
--