Browse Source

ref(js): Remove legacy RouteContext export (#83022)

Evan Purkhiser 2 months ago
parent
commit
c818575370
1 changed files with 0 additions and 5 deletions
  1. 0 5
      static/app/views/routeContext.tsx

+ 0 - 5
static/app/views/routeContext.tsx

@@ -9,8 +9,3 @@ import type {RouteContextInterface} from 'sentry/types/legacyReactRouter';
  * DO NOT use this outside of tests!
  */
 export const TestRouteContext = createContext<RouteContextInterface | null>(null);
-
-/**
- * Temporary while fixing getsentry
- */
-export const RouteContext = TestRouteContext;