Skip to content

Commit 6e4370c

Browse files
committed
add debounce hook
Signed-off-by: aabidsofi19 <[email protected]>
1 parent 3aae43f commit 6e4370c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

package-lock.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"commitlint": "commitlint --edit",
1919
"coverage": "jest --coverage",
2020
"dev": "NODE_ENV=development tsup",
21+
"dev:watch": "NODE_ENV=development tsup",
2122
"format:check": "prettier --check \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
2223
"format:write": "prettier --write \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
2324
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
@@ -109,6 +110,7 @@
109110
"mui-datatables": "*",
110111
"re-resizable": "^6.10.3",
111112
"react-draggable": "^4.4.6",
112-
"react-share": "^5.1.0"
113+
"react-share": "^5.1.0",
114+
"use-debounce": "^10.0.4"
113115
}
114116
}

0 commit comments

Comments
 (0)