diff --git a/README.md b/README.md index b46444920..ced63fc85 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ The icons may not be reused in other projects without the proper flaticon licens ## Changelog ### **WORK IN PROGRESS** * (foxriver76) JSON config component `port` does no longer mark port as occupied if it is only occupied on another host +* (foxriver76) if upgrade all is stopped on error, activate close button ### 6.10.4 (2023-09-25) * (foxriver76) fixed parsing `jsonConfig` diff --git a/src/src/components/TabContainer.tsx b/src/src/components/TabContainer.tsx index b49dfd687..2b9f9b3bd 100644 --- a/src/src/components/TabContainer.tsx +++ b/src/src/components/TabContainer.tsx @@ -1,9 +1,8 @@ // please do not delete React, as without it other projects could not be compiled: ReferenceError: React is not defined -import React, { ReactChildren, ReactElement } from 'react'; +import React from 'react'; import { withStyles } from '@mui/styles'; import { Grid, Paper } from '@mui/material'; import { Utils } from '@iobroker/adapter-react-v5'; -import type { ReactElementLike, ReactNodeLike } from 'prop-types'; const styles = { root: { diff --git a/src/src/components/TabContent.tsx b/src/src/components/TabContent.tsx index df72c2194..01cc1ffa3 100644 --- a/src/src/components/TabContent.tsx +++ b/src/src/components/TabContent.tsx @@ -1,4 +1,3 @@ -import type { ReactNodeLike } from 'prop-types'; import { withStyles } from '@mui/styles'; import { Grid } from '@mui/material'; import { Utils } from '@iobroker/adapter-react-v5'; diff --git a/src/src/dialogs/AdaptersUpdaterDialog.jsx b/src/src/dialogs/AdaptersUpdaterDialog.jsx index 3071a8099..2c809fb33 100644 --- a/src/src/dialogs/AdaptersUpdaterDialog.jsx +++ b/src/src/dialogs/AdaptersUpdaterDialog.jsx @@ -269,8 +269,8 @@ class AdaptersUpdaterDialog extends Component {