Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any Event [*] is invoked for all events even though the exact key match present #349

Open
12 tasks
schavaLogi opened this issue Feb 11, 2020 · 1 comment
Open
12 tasks

Comments

@schavaLogi
Copy link

This is a...

  • [ X] 🪲 Bug Report
  • 🚀 Feature Request
  • 📜 Documentation Request

Note: for support questions, please use stackoverflow with the redux-beacon tag. This repository's issues are reserved for feature requests and bug reports.

Which version of Redux Beacon are you using?

  • v 2.1.0

Which target(s) are you using?

  • Google Analytics
  • Google Analytics (gtag)
  • React Native Google Analytics
  • Google Tag Manager
  • React Native Google Tag Manager
  • Amplitude
  • Segment
  • React Native Segment
  • [ X] Other/Third Party: ...(please specify here)

(If this is a bug report, feel free to delete the 📜 and 🚀
sections. Likewise, if this is a documentation or feature request, feel free to
delete the 🪲 sections)

🪲 What are the steps to reproduce your issue?

  1. Register Exact matched Action type with event handler
  2. Register * event handler (any)

🪲 What did you expect to happen?

Expect to Invoke only the exact matched event handler as it is present instead of both matched and * any handler. * any handler need to be invoked if there are no exact match

🪲 What happened instead?

Invoked both exact matches and * any handler and processed both events to custom target

Can you help out?

  • 🌟 I am a legend and can get started on a pull request right away given the go-ahead.
  • [ X] ⭐ I am a superstar and would like to help out given some guidance.
  • 😞 I won't be able to help out on this one.
@Itrulia
Copy link
Contributor

Itrulia commented Oct 1, 2020

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

No branches or pull requests

2 participants