Skip to content

Commit 8b4bcd3

Browse files
goustaffimskyleen
authored andcommitted
fix: AppProgressBar is client by default
1 parent 3e317fb commit 8b4bcd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/AppProgressBar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import React, { useCallback, useEffect, useMemo, useRef } from 'react';
24
import NProgress from 'nprogress';
35
import { isSameURL, isSameURLWithoutSearch } from './utils/sameURL';

0 commit comments

Comments
 (0)