Skip to content
New issue

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

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

Already on GitHub? # to your account

[Ci] Fix Build on v23 branch #7580

Merged
merged 2 commits into from
Sep 24, 2021
Merged

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented Sep 24, 2021

PR #7579 is failing on npm run compile even though it doesn't touch javascript.

This PR fixes the build on the 23.0-release branch.

This is a test to trigger a run of GitHub Actions.
@driusan driusan changed the title [Ci] Test if the build is broken [Ci] Fix Build on v23 branch Sep 24, 2021
@driusan driusan added Blocking PR should be prioritized because it is blocking the progress of another task Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) Priority: High PR or issue should be prioritised over others for review and testing labels Sep 24, 2021
@@ -1545,7 +1545,6 @@ class CheckboxElement extends React.Component {
let errorMessage = null;
let requiredHTML = null;
let elementClass = this.props.elementClass;
let label = null;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is never used and causing an error in eslint, which causes npm run compile to fail.

@driusan
Copy link
Collaborator Author

driusan commented Sep 24, 2021

@kongtiaowang can you review this? The build is currently broken for v23

@kongtiaowang
Copy link
Contributor

@driusan LGTM

@driusan driusan merged commit 7b1af55 into aces:23.0-release Sep 24, 2021
@ridz1208 ridz1208 added this to the 23.0.7 milestone Sep 30, 2021
@ridz1208 ridz1208 modified the milestones: 23.0.7, 23.0.8 Oct 19, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Blocking PR should be prioritized because it is blocking the progress of another task Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) Priority: High PR or issue should be prioritised over others for review and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants