소스 검색

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

tags/0.3.2
Joel 2 년 전
부모
커밋
f572b55237
No account linked to committer's email address
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx
  2. 0
    1
      web/app/components/app-sidebar/navLink.tsx

+ 1
- 1
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx 파일 보기

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

+ 0
- 1
web/app/components/app-sidebar/navLink.tsx 파일 보기

@@ -18,7 +18,6 @@ export default function NavLink({

return (
<Link
prefetch
key={name}
href={href}
className={classNames(

Loading…
취소
저장