Skip to content
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

bug: unmatched div tag in menu-item.template.ts #6848

Closed
wants to merge 3 commits into from

Conversation

kamalrohra
Copy link

Pull Request

πŸ“– Description

There was an unmatched div in on line , This pull request is to address the same bug

🎫 Issues

This pull request is to address the issue #6840

βœ… Checklist

General

  • I have included a change request file using $ yarn change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

@mouseover="${(x, c) => x.handleMouseOver(c.event as MouseEvent)}"
@mouseout="${(x, c) => x.handleMouseOut(c.event as MouseEvent)}"
>
<div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

The div is an unnecessary wrapper element and should be removed. If the item is in checkbox or radio mode there will be the input-container element which serves the same purpose.

Copy link
Author

Choose a reason for hiding this comment

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

Okay, understood I have pushed a new commit, thanks for guidance!

@bheston
Copy link
Collaborator

bheston commented Oct 27, 2023

Please run yarn change and push your branch again. I'll merge this in as soon as I see your update.

@KingOfTac
Copy link
Collaborator

KingOfTac commented Oct 27, 2023

Please run yarn change and push your branch again. I'll merge this in as soon as I see your update.

Looks like the CLA needs to be accepted as well.

@bheston
Copy link
Collaborator

bheston commented Jan 9, 2024

@kamalrohra can you please accept the CLA and rebase and push your branch? I will merge this once that's complete. Thanks.

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

Successfully merging this pull request may close these issues.

5 participants