Skip to content

Commit

Permalink
[core] fix(Button): remove invalid HTML attr (palantir#3998)
Browse files Browse the repository at this point in the history
update INVALID_PROPS list used by removeNonHTMLProps() utility fn
  • Loading branch information
adidahiya authored Mar 3, 2020
1 parent ecebb8f commit 6da615b
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

0 comments on commit 6da615b

Please sign in to comment.