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

expand time travel functionality to include useReducer #351

Open
1 task
elliesimens opened this issue Jan 3, 2025 · 0 comments
Open
1 task

expand time travel functionality to include useReducer #351

elliesimens opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@elliesimens
Copy link
Contributor

Problem

React abstracts away Reducer logic and actions dispatched, which means we cannot capture that data for use in Reactime.

Solution

We attempted to override the hook in order to intercept that info before it is abstracted from the React Tree, but React caught this attempt and threw an error. Expanding functionality to include useReducer would be greatly beneficial to users, if possible.

Additional information

No response

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@elliesimens elliesimens added the enhancement New feature or request label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant