mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +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 = [
|
const propsToInclude = [
|
||||||
'active', 'activeClass', 'ariaCurrentValue', 'as', 'disabled',
|
'active', 'activeClass', 'ariaCurrentValue', 'as', 'disabled',
|
||||||
'exact', 'exactActiveClass', 'exactHash', 'exactQuery', 'external',
|
'exact', 'exactActiveClass', 'exactHash', 'exactQuery', 'external',
|
||||||
'href', 'inactiveClass', 'noPrefetch', 'noRel', 'prefetch',
|
'href', 'download', 'inactiveClass', 'noPrefetch', 'noRel', 'prefetch',
|
||||||
'prefetchedClass', 'rel', 'replace', 'target', 'to', 'type', 'title',
|
'prefetchedClass', 'rel', 'replace', 'target', 'to', 'type', 'title',
|
||||||
'onClick',
|
'onClick',
|
||||||
...ariaKeys,
|
...ariaKeys,
|
||||||
|
|||||||
Reference in New Issue
Block a user