Skip to content

Commit 2504486

Browse files
author
Loïc Mangeonjean
committed
fix: fix build
1 parent ee2122d commit 2504486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useShouldShutdownLanguageClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function useShouldShutdownLanguageClient(
66
): boolean {
77
const [paused, setPaused] = useState(false)
88
useEffect(() => {
9+
// eslint-disable-next-line react-hooks/set-state-in-effect
910
setPaused(false)
1011
if (!userActive) {
1112
const timeout = setTimeout(() => {

0 commit comments

Comments
 (0)