Skip to content

Commit

Permalink
Revert "test(auto-progress-bar): fix test after Vue3 update"
Browse files Browse the repository at this point in the history
This reverts commit 019f1aa.
  • Loading branch information
victorcg88 committed Aug 7, 2024
1 parent 4f19bd9 commit b6974ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/x-components/src/plugins/x-emitters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { AnySimpleStateSelector, AnyStateSelector } from '../store/utils/store-e
import { XEventPayload, XEventsTypes } from '../wiring/events.types';
import { WireMetadata } from '../wiring/wiring.types';
import { AnyXModule } from '../x-modules/x-modules.types';
import { WatchOptionsBase } from 'vue';

/**
* Registers the store emitters, making them emit the event when the part of the state selected
Expand Down Expand Up @@ -64,7 +63,6 @@ function normalizeStateSelector(stateSelector: AnySimpleStateSelector | AnyState
return {
deep: false,
immediate: false,
once: false,
filter: () => true,
metadata: {
replaceable: true
Expand Down

0 comments on commit b6974ef

Please sign in to comment.