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

Incorrect behavior of @ngrx/avoid-dispatching-multiple-actions-sequentially #3513

Closed
1 of 2 tasks
yurakhomitsky opened this issue Aug 4, 2022 · 0 comments · Fixed by #3515
Closed
1 of 2 tasks

Incorrect behavior of @ngrx/avoid-dispatching-multiple-actions-sequentially #3513

yurakhomitsky opened this issue Aug 4, 2022 · 0 comments · Fixed by #3515

Comments

@yurakhomitsky
Copy link

Minimal reproduction of the bug/regression with instructions

image

Minimal reproduction of the bug/regression with instructions

  1. install ngrx-eslint-plugin: "@ngrx/eslint-plugin": "^14.0.2",
  2. add to eslint config : extends: ['plugin:@ngrx/recommended'],
  3. In the ngOnInit dispatch an action, and create subscribe block in which dispatch an action
  4. Note the warning

The expected behavior is that warning should not be shown if actions are dispatching on a different level

Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)

Ngrx: 13.1.0
Angular: 13.3.2
Node: 16.15.0

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants