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 51830a5 commit 9249efeCopy full SHA for 9249efe
packages/react/test/profiler.test.tsx
@@ -1,7 +1,7 @@
1
import type { SpanContext } from '@sentry/types';
2
import { render } from '@testing-library/react';
3
import { renderHook } from '@testing-library/react-hooks';
4
-// biome-ignore lint/nursery/noUnusedImports: Need React import for JSXq
+// biome-ignore lint/nursery/noUnusedImports: Need React import for JSX
5
import * as React from 'react';
6
7
import { REACT_MOUNT_OP, REACT_RENDER_OP, REACT_UPDATE_OP } from '../src/constants';
0 commit comments