We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbac991 commit 756ef1fCopy full SHA for 756ef1f
src/wrapper.ts
@@ -25,6 +25,7 @@ export function wrapUnleashClient(
25
const updateListeners = new Set<() => void>();
26
27
// Reference to the final proxy (will be assigned below)
28
+ // eslint-disable-next-line prefer-const
29
let proxyClient: WrappedUnleashClient;
30
31
// Create a partial object with only the methods we're intercepting.
0 commit comments