chore: fix size-limit (#50858)

This commit is contained in:
afc163 2024-09-14 14:39:13 +08:00 committed by GitHub
parent b5defa9809
commit b2b0d880fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -98,7 +98,6 @@ const Divider: React.FC<DividerProps> = (props) => {
className={classString} className={classString}
style={{ ...divider?.style, ...style }} style={{ ...divider?.style, ...style }}
{...restProps} {...restProps}
// biome-ignore lint/a11y/useAriaPropsForRole: divider do not need aria-value
role="separator" role="separator"
> >
{children && type !== 'vertical' && ( {children && type !== 'vertical' && (

View File

@ -353,7 +353,7 @@
}, },
{ {
"path": "./dist/antd-with-locales.min.js", "path": "./dist/antd-with-locales.min.js",
"limit": "501 KiB", "limit": "600 KiB",
"gzip": true "gzip": true
} }
], ],