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

Ensure @client @export variables in watched queries are updated #5986

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

hwillson
Copy link
Member

The changes made in #5946 helped address an issue where queries with @client @export variables were making unnecessary network requests. While those changes work, they're currently preventing watched queries using @client @export from updating the @exported variable, as new data is received. This commit fixes that issue.

@hwillson hwillson self-assigned this Feb 23, 2020
@hwillson hwillson added this to the Release 3.0 milestone Feb 23, 2020
Copy link
Member

@benjamn benjamn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad to see the crucial change was a one-liner!

The changes made in #5946 helped address an issue where queries
with `@client @export` variables were making unnecessary
network requests. While those changes work, they're currently
preventing watched queries using `@client @export` from updating
the `@export`ed variable, as new data is received. This commit
fixes that issue.
@hwillson hwillson merged commit 15536f5 into master Feb 26, 2020
@hwillson hwillson deleted the client-export-tweak branch February 26, 2020 12:38
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants