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 30d8b41 commit 3590a0eCopy full SHA for 3590a0e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [17.0.2](https://github.com/streamich/react-use/compare/v17.0.1...v17.0.2) (2021-02-01)
2
+
3
4
+### Bug Fixes
5
6
+* proper definition for `useMeasure` ([1461527](https://github.com/streamich/react-use/commit/1461527ffc55b2a1e3c9dc6a0efc2572b66e5381))
7
8
## [17.0.1](https://github.com/streamich/react-use/compare/v17.0.0...v17.0.1) (2021-01-31)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
- "version": "17.0.1",
+ "version": "17.0.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
0 commit comments