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 f02b082 commit 5fd0a03Copy full SHA for 5fd0a03
src/SortableHandle/index.js
@@ -7,7 +7,7 @@ import { provideDisplayName } from '../utils'
7
// Export Higher Order Sortable Element Component
8
export default function sortableHandle (WrappedComponent, config = {withRef: false}) {
9
return class extends Component {
10
- static displayName = provideDisplayName('sortableHandle', WrappedComponent)
+ static displayName = provideDisplayName('sortableHandle', WrappedComponent);
11
12
componentDidMount() {
13
let node = findDOMNode(this);
0 commit comments