fix: adds missed underscore
This commit is contained in:
parent
40f7cab8fc
commit
c058d500d0
@ -229,7 +229,7 @@ export function ClientContextProvider({ children }: { children: ReactNode | Reac
|
||||
} finally {
|
||||
setLoading(false);
|
||||
}
|
||||
}, [_checkPersistedState, subscribeToEvents]);
|
||||
}, [_checkPersistedState, _subscribeToEvents]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!client) {
|
||||
|
Loading…
Reference in New Issue
Block a user