fix: proper react import (#23381)

* proper react import

fix for #22708

* update iconutil in select

* update in tree component
This commit is contained in:
pdeva 2020-04-21 18:37:46 -07:00 committed by GitHub
parent db97c5788e
commit 3e22b505a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
export type RenderFunction = () => React.ReactNode;

View File

@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import DownOutlined from '@ant-design/icons/DownOutlined';
import LoadingOutlined from '@ant-design/icons/LoadingOutlined';
import CheckOutlined from '@ant-design/icons/CheckOutlined';

View File

@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import classNames from 'classnames';
import LoadingOutlined from '@ant-design/icons/LoadingOutlined';
import FileOutlined from '@ant-design/icons/FileOutlined';