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

Give a chance undo/redo return a relevant value, not void #48

Open
Ruslan-I7 opened this issue Sep 18, 2024 · 0 comments
Open

Give a chance undo/redo return a relevant value, not void #48

Ruslan-I7 opened this issue Sep 18, 2024 · 0 comments

Comments

@Ruslan-I7
Copy link

Ruslan-I7 commented Sep 18, 2024

Sometimes we have some event where we use undo redo, being inside this event we need to get the updated value and use it but instead of this, we have to use useEffect or some other tricks to get this value and then work with this. It'd be nice if we could get the value right away when undo redo was run and work with it further

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

No branches or pull requests

1 participant