We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca107 commit 46c5b16Copy full SHA for 46c5b16
src/SortableElement/index.js
@@ -18,7 +18,7 @@ export default function sortableElement(
18
WrappedComponent,
19
config = {withRef: false},
20
) {
21
- return class WithSortableElement extends React.Component {
+ return class WithSortableElement extends React.PureComponent {
22
static displayName = provideDisplayName(
23
'sortableElement',
24
0 commit comments