Leonardo Castiglione
Leonardo Castiglione
**Describe the bug** Here’s how the CircularProgress component is being loaded: ```python import reflex as rx class CircularProgress(rx.Component): library = "@mui/[email protected]" tag = "CircularProgress" value: rx.Var[int] determinate: rx.Var[str] size: rx.Var[str]...
**Describe the Enhancement you want** A clear and concise description of what the improvement does. The enhancement allows customizing the message displayed in the toast notification when a socket disconnection...
**Describe the bug** Since Reflex version 0.7.4, when compiling the app, `.css` files (such as `styles.module.css`) inside the custom component folder are deleted from the `.web` folder, causing import errors...