Skip to content

Commit 883f798

Browse files
committed
Address copilot review
1 parent e8d11d1 commit 883f798

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-framework-instrumentation/app/routes/home.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import type { Route } from './+types/home';
2-
3-
export function meta({}: Route.MetaArgs) {
1+
export function meta() {
42
return [
53
{ title: 'React Router Instrumentation API Test' },
64
{ name: 'description', content: 'Testing React Router instrumentation API' },

dev-packages/e2e-tests/test-applications/react-router-7-framework-instrumentation/app/routes/performance/dynamic-param.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { Route } from './+types/dynamic-param';
22

33
// Minimal loader to trigger Sentry's route instrumentation
4-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
54
export function loader() {
65
return null;
76
}

dev-packages/e2e-tests/test-applications/react-router-7-framework-instrumentation/app/routes/performance/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Link } from 'react-router';
22

33
// Minimal loader to trigger Sentry's route instrumentation
4-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
54
export function loader() {
65
return null;
76
}

0 commit comments

Comments
 (0)