diff --git a/packages/notify/notify.ts b/packages/notify/notify.ts index dfefe98a..17478e51 100644 --- a/packages/notify/notify.ts +++ b/packages/notify/notify.ts @@ -30,6 +30,8 @@ export default function Notify(options: NotifyOptions | string) { const context = options.context || getContext(); const notify = context.selectComponent(options.selector); + + delete options.context; delete options.selector; if (notify) {