fix(lite/composable): useSubscriber is disabled by default (#7041)
This commit is contained in:
committed by
GitHub
parent
fdd886f213
commit
013cdbcd96
@@ -15,7 +15,7 @@ export type SubscriberOptions = {
|
||||
export const useSubscriber = ({
|
||||
onSubscriptionStart,
|
||||
onSubscriptionEnd,
|
||||
enabled,
|
||||
enabled = true,
|
||||
dependencies,
|
||||
}: SubscriberOptions = {}) => {
|
||||
const subscribers = ref(new Set<symbol>());
|
||||
|
||||
Reference in New Issue
Block a user