Skip to content

Commit

Permalink
[core] fix(Button): remove invalid HTML attr
Browse files Browse the repository at this point in the history
update INVALID_PROPS list used by removeNonHTMLProps() utility fn
  • Loading branch information
adidahiya committed Mar 3, 2020
1 parent fddba2c commit 970fc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/common/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const INVALID_PROPS = [
"loading",
"leftIcon",
"minimal",
"onChildrenMount",
"onRemove",
"onRemove", // ITagProps, ITagInputProps
"outlined", // IButtonProps
"panel", // ITabProps
"panelClassName", // ITabProps
"popoverProps",
Expand Down

1 comment on commit 970fc9f

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

[core] fix(Button): remove invalid HTML attr

Previews: documentation | landing | table

Please sign in to comment.