We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba9838 commit b275a32Copy full SHA for b275a32
src/utils/react-is.ts
@@ -1,5 +1,5 @@
1
import type { ElementType, MemoExoticComponent, ReactElement } from 'react'
2
-import * as React from 'react'
+import { React } from './react'
3
4
// Directly ported from:
5
// https://unpkg.com/browse/react-is@19.0.0/cjs/react-is.production.js
0 commit comments