when user togger currency selector, the following hook doesn't get trigger
stencilUtils.hooks.on('currencySelector-toggle', (event) => {
console.log('event', event);
});
i checked the base code:
currencySelector() {
this.subscribe('input', '[data-currency-selector-toggle]', (event) => {
this.emit('currencySelector-toggle', event);
});
}
i wasn't able to find [data-currency-selector-toggle] on store with currency selector