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

Update README for RTK #4

Closed
theogravity opened this issue Jun 4, 2024 · 1 comment
Closed

Update README for RTK #4

theogravity opened this issue Jun 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@theogravity
Copy link

theogravity commented Jun 4, 2024

See discussion here:

reduxjs/redux-devtools#1533 (comment)

@matt-oakes
Copy link
Owner

Thanks. This is on my list to look into.

That snippet will work for most Redux toolkit users, but I have a feeling it will lead to issues for Redux Saga users.

They might not be able to see actions that have been dispatched from a saga. I think that to resolve this we need to export two different middlewares, one for the start and one for the end. Its still on my list to look into though.

If you’ve tried this and it’s working then let me know.

@matt-oakes matt-oakes added documentation Improvements or additions to documentation help wanted Extra attention is needed good first issue Good for newcomers labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants