Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

fix: [#184490617] fix button ids on basic buttons #38

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

nullcitizen
Copy link
Contributor

Description

These buttons were supposed to get an id attribute. as a mistake they received an attribute called "htmlId" instead.

As a general best practice, I ask that attributes passed into a components markup as props be labeled appropriately, and "htmlId" was supposed to represent this, but a typo caused the eventual attribute to be called htmlId.

Ticket

Ticket

@nullcitizen nullcitizen requested a review from a team March 1, 2023 00:23
@nullcitizen nullcitizen self-assigned this Mar 1, 2023
Copy link
Contributor

@litingchu litingchu left a comment

Choose a reason for hiding this comment

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

lgtm 👍

@nullcitizen nullcitizen merged commit 41e010d into main Mar 1, 2023
@nullcitizen nullcitizen deleted the fix/184490617-button-ids branch March 1, 2023 03:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants