You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the error I'm getting:
reflex.utils.exceptions.VarTypeError: Unsupported Operand type(s) for <: state__state.selected_competition?.end_date of type date and 2024-11-05 of type date
Expected behavior
No errors raised
Screenshots
Na
Specifics (please complete the following information):
Python Version: 3.12
Reflex Version: 0.5.2
OS: macOS Sonoma 14.5
Browser (Optional): Firefox
Additional context
Na
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting an error when trying to compare two
date
objects and one of them is aState var
(see code below)To Reproduce
Here's a code example
and the error I'm getting:
reflex.utils.exceptions.VarTypeError: Unsupported Operand type(s) for <: state__state.selected_competition?.end_date of type date and 2024-11-05 of type date
Expected behavior
No errors raised
Screenshots
Na
Specifics (please complete the following information):
Additional context
Na
The text was updated successfully, but these errors were encountered: