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 b4b1d87 commit 32ad0a3Copy full SHA for 32ad0a3
src/components/search/index.tsx
@@ -8,7 +8,7 @@ import {
8
SentryGlobalSearch,
9
standardSDKSlug,
10
} from '@sentry-internal/global-search';
11
-import * as DOMPurify from 'dompurify';
+import DOMPurify from 'dompurify';
12
import Link from 'next/link';
13
import {usePathname, useRouter} from 'next/navigation';
14
import algoliaInsights from 'search-insights';
0 commit comments