Skip to content

Commit

Permalink
Convert default import of React to a wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 18, 2024
1 parent a2d0614 commit 6a48386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/react-is.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/cjs/react-is.production.js
Expand Down

0 comments on commit 6a48386

Please sign in to comment.