Skip to content

Commit 6da615b

Browse files
authored
[core] fix(Button): remove invalid HTML attr (#3998)
update INVALID_PROPS list used by removeNonHTMLProps() utility fn
1 parent ecebb8f commit 6da615b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/common/props.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ const INVALID_PROPS = [
123123
"loading",
124124
"leftIcon",
125125
"minimal",
126-
"onChildrenMount",
127-
"onRemove",
126+
"onRemove", // ITagProps, ITagInputProps
127+
"outlined", // IButtonProps
128128
"panel", // ITabProps
129129
"panelClassName", // ITabProps
130130
"popoverProps",

0 commit comments

Comments
 (0)