diff --git a/src/utils/react-is.ts b/src/utils/react-is.ts index e6ada8ed3..8d5b1d88d 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 React from 'react' +import * as React from 'react' // Directly ported from: // https://unpkg.com/browse/react-is@19.0.0-beta-04b058868c-20240508/cjs/react-is.production.js