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 770ae30 commit 0e63e3aCopy full SHA for 0e63e3a
packages/react/src/reactrouterv6.tsx
@@ -5,7 +5,7 @@ import { WINDOW } from '@sentry/browser';
5
import type { Transaction, TransactionContext, TransactionSource } from '@sentry/types';
6
import { getNumberOfUrlSegments, logger } from '@sentry/utils';
7
import hoistNonReactStatics from 'hoist-non-react-statics';
8
-import React from 'react';
+import * as React from 'react';
9
10
import type {
11
Action,
0 commit comments