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 cd98944 commit 7d6fee8Copy full SHA for 7d6fee8
.npmignore
@@ -1,5 +1,2 @@
1
-# Ignore everything
2
*
3
-.*
4
-# But the build files
5
!lib/**
src/index.js
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
-import {debounce} from 'lodash';
+import { debounce } from 'lodash';
module.exports = function debounceRender(ComponentToDebounce, ...debounceArgs) {
return class DebouncedContainer extends Component {
0 commit comments