mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(Link): proxy download property (#3879)
This commit is contained in:
@@ -10,7 +10,7 @@ export function pickLinkProps(link: LinkProps & { [key: string]: any }) {
|
||||
const propsToInclude = [
|
||||
'active', 'activeClass', 'ariaCurrentValue', 'as', 'disabled',
|
||||
'exact', 'exactActiveClass', 'exactHash', 'exactQuery', 'external',
|
||||
'href', 'inactiveClass', 'noPrefetch', 'noRel', 'prefetch',
|
||||
'href', 'download', 'inactiveClass', 'noPrefetch', 'noRel', 'prefetch',
|
||||
'prefetchedClass', 'rel', 'replace', 'target', 'to', 'type', 'title',
|
||||
'onClick',
|
||||
...ariaKeys,
|
||||
|
||||
Reference in New Issue
Block a user