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 3f2375f commit dbcec14Copy full SHA for dbcec14
‎CHANGELOG.md‎
@@ -1,3 +1,6 @@
1
+### 4.5.2
2
+- Added the ability to set timeout after the component has been mounted. Doing so will reset the timer automatically.
3
+
4
### 4.5.1
5
- Added the ability to set timeout after the hook has been mounted. Doing so will reset the timer automatically.
6
‎package.json‎
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
- "version": "4.5.1",
+ "version": "4.5.2",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
0 commit comments