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 33cb3f8 commit 96100e4Copy full SHA for 96100e4
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/[email protected]/cjs/react-is.production.js
0 commit comments