Skip to content

Commit

Permalink
[core] fix(Button): omit 'ellipsizeText' prop from HTML attrs (#6600)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Dec 12, 2023
1 parent 50f2db5 commit fb84334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/common/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const INVALID_PROPS = [
"containerRef",
"current",
"elementRef", // not used anymore in Blueprint v5.x, but kept for backcompat if consumers use this naming pattern
"ellipsizeText", // ButtonProps
"fill",
"icon",
"iconSize",
Expand Down

1 comment on commit fb84334

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[core] fix(Button): omit 'ellipsizeText' prop from HTML attrs (#6600)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.