From 31f8ada876b3aec45ffffcf82079eaacb69349fc Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 7 Oct 2021 08:03:45 +0200 Subject: chore: upgrade react to latest (#2030) --- packages/forms/src/select/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/forms/src/select/index.tsx') diff --git a/packages/forms/src/select/index.tsx b/packages/forms/src/select/index.tsx index 7806baa2a..d965d3c93 100644 --- a/packages/forms/src/select/index.tsx +++ b/packages/forms/src/select/index.tsx @@ -5,7 +5,7 @@ import { } from '@mdi/js'; import Icon from '@mdi/react'; import classnames from 'classnames'; -import React, { Component, createRef } from 'react'; +import { ChangeEvent, Component, createRef } from 'react'; import injectStyle from 'react-jss'; import { IFormField, IWithStyle } from '../typings/generic'; @@ -33,7 +33,7 @@ interface IProps extends IFormField, IWithStyle { name: string; options: IOptions; value: string; - onChange: (event: React.ChangeEvent) => void; + onChange: (event: ChangeEvent) => void; showSearch: boolean; data: IData; } -- cgit v1.2.3-70-g09d2