Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reflex/vars/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ def _deps(
console.warn(
"Failed to automatically determine dependencies for computed var "
f"{objclass.__name__}.{self._name}: {e}. "
"Provide static_deps and set auto_deps=False to suppress this warning."
"Set auto_deps=False and provide accurate deps=['var1', 'var2'] to suppress this warning."
)
return d

Expand Down
Loading