Skip to content

Commit

Permalink
Add ignore to lint for a sortable component
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Dec 26, 2023
1 parent 993ac56 commit 9b7635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LayerList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ class LayerListContainer extends React.Component<LayerListContainerProps, LayerL
}
}

// eslint-disable-next-line react-refresh/only-export-components
const LayerListContainerSortable = SortableContainer((props: LayerListContainerProps) => <LayerListContainer {...props} />)

type LayerListProps = LayerListContainerProps & {
Expand Down

0 comments on commit 9b7635d

Please sign in to comment.