Fix eslint warnings and errors
This commit is contained in:
parent
0a0af1cbf3
commit
24ab3990ad
7 changed files with 141 additions and 168 deletions
|
|
@ -31,7 +31,7 @@ type UiItemProps<I> = {
|
|||
|
||||
// eslint-disable-next-line flowtype/no-weak-types
|
||||
export default class UiItem<I:Object>
|
||||
extends React.PureComponent<UiItemProps<I>> {
|
||||
extends React.PureComponent<UiItemProps<I>> {
|
||||
constructor(props: UiItemProps<I>) {
|
||||
super(props);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue