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 e619f18 commit 3fb0b24Copy full SHA for 3fb0b24
‎CHANGELOG.md‎
@@ -1,3 +1,6 @@
1
+### 4.5.6
2
+- Calling `pause` or `resume` from inside a `useEffect` will now properly unbind and bind events.
3
+
4
### 4.5.5
5
- Setting a timeout dynamically will now call onActive if the user is idle.
6
‎package.json‎
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
- "version": "4.5.5",
+ "version": "4.5.6",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
0 commit comments