Skip to content

Commit b2bca28

Browse files
committed
Convert default import of React to a wildcard import
1 parent 54af4a9 commit b2bca28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/react-is.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ElementType, MemoExoticComponent, ReactElement } from 'react'
2-
import React from 'react'
2+
import * as React from 'react'
33

44
// Directly ported from:
55
// https://unpkg.com/browse/react-is@19.0.0-beta-04b058868c-20240508/cjs/react-is.production.js

0 commit comments

Comments
 (0)