If we try to use default option with dynamic values it breaks because the internal nullable comparison is not done with var operations
File ".../lib/python3.12/site-packages/reflex_dynoselect/dynoselect.py", line 120, in get_component
cls.get_fields()["selected"].default = default_option or cls._DEFAULT
If we try to use default option with dynamic values it breaks because the internal nullable comparison is not done with var operations