reflex
reflex copied to clipboard
reflex 0.6.0 typing.Literal rasie TypeError
Describe the bug upgrade reflex 0.6.0 typing.Literal rasie TypeError
Expected behavior TypeError: Unsupported type typing.Literal['xs', 'sm', 'md', 'lg', 'xl'] for guess_type.
Screenshots
Specifics (please complete the following information):
- Python Version: 3.12.3
- Reflex Version: 0.6.0
- OS: macOS 15
- Browser (Optional): Arc
Do you have repro code? Were doing a follow up release on Monday to sweep up any issues that might have slipped the .0
Do you have repro code? Were doing a follow up release on Monday to sweep up any issues that might have slipped the .0
Size = Literal["xs", "sm", "md", "lg", "xl"]
class ResizableCard(rx.ComponentState):
"""Resizable card component."""
id: str = ""
size: Size = "xs"
title: str = ""
Hi, any update on this issue ?