Skip to content

You can see from the original issue config.value.value was causing the multiple initStore INTISTORE,OLDVAL=> #321

@RANJITHC1029620

Description

@RANJITHC1029620

You can see from the original issue config.value.value was causing the multiple initStore.
ts
watch(
config,
(newVal, oldVal) => {
if (isEqual(newVal, oldVal)) return console.log('cancel')
initStore()
},
{
immediate: true,
onTrigger(event) {
console.log(event.key)
}
}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions