Skip to content

Commit c9ab169

Browse files
committed
Convert default import of React to a wildcard import
1 parent 3e1c832 commit c9ab169

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/[email protected]/cjs/react-is.production.js

0 commit comments

Comments
 (0)