Skip to content

feat(devtools): expose tracked event payloads from withTrackedReducer#302

Closed
sqrter wants to merge 1 commit into
angular-architects:mainfrom
sqrter:main
Closed

feat(devtools): expose tracked event payloads from withTrackedReducer#302
sqrter wants to merge 1 commit into
angular-architects:mainfrom
sqrter:main

Conversation

@sqrter
Copy link
Copy Markdown

@sqrter sqrter commented May 7, 2026

withTrackedReducer now forwards full event objects to updateState so Redux DevTools can show payload data, not only action names.

Closes #294

withTrackedReducer now forwards full event objects to updateState so Redux DevTools can show payload data, not only action names.
@rainerhahnekamp
Copy link
Copy Markdown
Collaborator

rainerhahnekamp commented May 17, 2026

Please let's not start multiple PRs for the same topic. I am closing that one. If there is no progress in #295 in the next 7 days, you can continue there.

@sqrter
Copy link
Copy Markdown
Author

sqrter commented May 17, 2026

Hi @rainerhahnekamp, thanks for your response. I created it separately simply because I didn’t want to interfere with the changes that @OleksandrOleniuk made. Besides, I wasn’t sure if I understood your comments correctly. From my perspective, it would be better to continue the discussion on the newer pull request, since the old one hasn’t had any activity for a while + changing it means more work to do than just moving on with the new one.

@rainerhahnekamp
Copy link
Copy Markdown
Collaborator

@sqrter I've pinged @OleksandrOleniuk. Let's give him the 7 days

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

Successfully merging this pull request may close these issues.

RFC: Expose Event Payload in Redux DevTools via withTrackedReducer

2 participants