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

Add deprecation message for non-cached var #4591

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Jan 6, 2025

DeprecationWarning: Default non-cached rx.var has been deprecated in version 0.6.8 the default value will be @rx.var(cache=True) in a future release. To retain uncached var, explicitly pass @rx.var(cache=False). It will be completely removed in 0.7.0

Precursor to #4194

DeprecationWarning: Default non-cached rx.var has been deprecated in version
0.6.8 the default value will be `@rx.var(cache=True)` in a future release. To
retain uncached var, explicitly pass `@rx.var(cache=False)`. It will be
completely removed in 0.7.0
@masenf masenf merged commit 59b3aac into main Jan 6, 2025
40 of 41 checks passed
@masenf masenf deleted the masenf/change-rx-var-default branch January 6, 2025 19:17
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

Successfully merging this pull request may close these issues.

2 participants