diff --git a/src/utils/react-is.ts b/src/utils/react-is.ts index f8d609f9c..3091dde6f 100644 --- a/src/utils/react-is.ts +++ b/src/utils/react-is.ts @@ -1,5 +1,5 @@ import type { ElementType, MemoExoticComponent, ReactElement } from 'react' -import * as React from 'react' +import { React } from './react' // Directly ported from: // https://unpkg.com/browse/react-is@19.0.0/cjs/react-is.production.js