chore: link prefetch deprecated. Remove warning message. (#270)

This commit is contained in:
Joel 2023-05-31 14:56:14 +08:00 committed by GitHub
parent 554570dc22
commit f572b55237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,7 @@ const LikedItem: FC<{ type?: 'plugin' | 'app'; appStatus?: boolean; detail: Rela
detail, detail,
}) => { }) => {
return ( return (
<Link prefetch className={s.itemWrapper} href={`/app/${detail?.id}/overview`}> <Link className={s.itemWrapper} href={`/app/${detail?.id}/overview`}>
<div className={s.iconWrapper}> <div className={s.iconWrapper}>
<AppIcon size='tiny' /> <AppIcon size='tiny' />
{type === 'app' && ( {type === 'app' && (

View File

@ -18,7 +18,6 @@ export default function NavLink({
return ( return (
<Link <Link
prefetch
key={name} key={name}
href={href} href={href}
className={classNames( className={classNames(