Skip to content

refactor(reactivity): use option chaining.#9738

Closed
zhangenming2821 wants to merge 1 commit intovuejs:mainfrom
zhangenming2821:patch-1
Closed

refactor(reactivity): use option chaining.#9738
zhangenming2821 wants to merge 1 commit intovuejs:mainfrom
zhangenming2821:patch-1

Conversation

@zhangenming2821
Copy link

No description provided.

if (options.scope) recordEffectScope(_effect, options.scope)
}
if (!options || !options.lazy) {
if (!options?.lazy) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sxzz sxzz closed this Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants