Skip to content

Commit f7ce94a

Browse files
committed
✂️
1 parent ba6da0d commit f7ce94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/react/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { version as ReactVersion } from 'react-dom';
22

3-
export type SupportedReactVersion = keyof typeof versionsConfig;
3+
type SupportedReactVersion = keyof typeof versionsConfig;
44
export type ReactVersionConfig = (typeof versionsConfig)[SupportedReactVersion];
55

66
export function getReactMajorVersion(): number {

0 commit comments

Comments
 (0)