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

Don't restore current state #1426

Open
marschall opened this issue Jul 11, 2024 · 0 comments
Open

Don't restore current state #1426

marschall opened this issue Jul 11, 2024 · 0 comments

Comments

@marschall
Copy link
Contributor

marschall commented Jul 11, 2024

Currently WASession >> #handle always unconditionally restores the state even if it is the current one. This results on two state restores, one in the action phase continuation and one in the render continuation, for a "normal" link click, even if no back button is involved.

To avoid this we need some way to know what is the latest state snapshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant