Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation message for non-cached var
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
- Loading branch information