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 815e644 commit 735a278Copy full SHA for 735a278
index.js
@@ -78,7 +78,7 @@ export function useBattery() {
78
level: battery.level,
79
charging: battery.charging,
80
chargingTime: battery.chargingTime,
81
- discharingTime: battery.dischargingTime,
+ dischargingTime: battery.dischargingTime,
82
});
83
};
84
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@uidotdev/usehooks",
3
- "version": "2.0.0-experimental.1",
4
- "description": "A collection of Server Component safe React Hooks – from the ui.dev team",
+ "version": "2.0.1-experimental.1",
+ "description": "A collection of modern, server-safe React hooks – from the ui.dev team",
5
"type": "module",
6
"repository": "uidotdev/usehooks",
7
"devDependencies": {
0 commit comments