You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: