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 7951150 commit 114f464Copy full SHA for 114f464
‎CHANGELOG.md‎
@@ -1,3 +1,6 @@
1
+### 4.6.4
2
+- Make `ref` optional in typedef.
3
+
4
### 4.6.3
5
- Add missing `ref` to TypeScript definitions.
6
- Fixed a bug where reset would not propagate cross tab.
‎package.json‎
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
- "version": "4.6.3",
+ "version": "4.6.4",
"description": "Activity detection for React.js",
"main": "./dist/index.min.js",
"module": "./dist/index.es.js",
0 commit comments