Skip to content

Commit cdc11fd

Browse files
authored
perf: disable link prefetching on map list rows (#62)
1 parent 1c151df commit cdc11fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ const MapListTable = observer((props: { store: MapListStore; presenter: MapListP
162162
additionalClassName={classNames(styles.routeLink, additionalClassName)}
163163
href={routeFor([RoutePath.MAP, map.id])}
164164
onClick={onSelect}
165+
prefetch={false}
165166
>
166167
{contents}
167168
</RouteLink>

0 commit comments

Comments
 (0)