You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hooks/useVibrate/useVibrate.demo.tsx
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ const Demo = () => {
5
5
6
6
return(
7
7
<>
8
-
<h1>Vibration is <code>{vibrate.active ? 'vibrating' : 'not vibrating'}</code></h1>
9
8
<p>Most modern mobile devices include vibration hardware, which lets software code provides physical feedback to the user by causing the device to shake.</p>
0 commit comments