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

Stop data refetching when clicking away from blog writing page #123

Closed
NiallJoeMaher opened this issue Dec 21, 2022 · 1 comment
Closed

Comments

@NiallJoeMaher
Copy link
Contributor

Because of useQuery, data is automatically refetched when returning to a page which can cause unsaved changes to be replaced with old data.

We need to stop this behaviour so that the user does not lose unsaved changes on the settings and new blog post pages.

@NiallJoeMaher
Copy link
Contributor Author

This should be fixed in the current release. #139

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