Skip to content

Commit

Permalink
fix: fix react typings (#3831)
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored May 25, 2023
1 parent 8474002 commit 2c41e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/shared/render.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { type ReactNode, type ReactPortal } from 'react'
import React, { ReactNode, ReactPortal } from 'react'
import { globalThisPolyfill } from '@formily/shared'

interface Env {
Expand Down

0 comments on commit 2c41e3e

Please sign in to comment.