fix(Link): proxy download property (#3879)

This commit is contained in:
Danila Poyarkov
2025-04-16 17:15:13 +03:00
committed by GitHub
parent a7d3097f8d
commit 47cdc2e1d8

View File

@@ -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,