We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2e113 commit d6cd5deCopy full SHA for d6cd5de
dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/app/entry.client.tsx
@@ -1,6 +1,6 @@
1
-import { RemixBrowser } from '@remix-run/react';
+import { RemixBrowser, useLocation, useMatches } from '@remix-run/react';
2
import * as Sentry from '@sentry/remix';
3
-import { StrictMode, startTransition } from 'react';
+import { StrictMode, startTransition, useEffect } from 'react';
4
import { hydrateRoot } from 'react-dom/client';
5
6
Sentry.init({
0 commit comments