-
I encountered an error while integrating Reflex components. Here are the details of the error:
- **Error Message**: `Error: Element type is invalid: expected a string (for built-in components) or a c…
-
When a Custom component is created with a custom state, if declared via rx.foreach, then all the created components will share the same state. Below an example that works as I explained on reflex 0.5.…
-
**Describe the bug**
Setting the ```rx.code_block``` background color works when the page loads. However, toggling between the light/dark theme resets the background color.
**To Reproduce**
Step…
-
**Describe the bug**
Using e.g. `id=...` in `rx.select` does not show up in the rendered UI.
**To Reproduce**
- Code/Link to Repo:
```python
rx.box(
rx.select(
…
-
This is a similar issue with `rx.input`(`rx.text_field`) where Radix wraps the component in a root div in the DOM, so styles get applied to the the wrapped div than the intended component (text_area i…
-
### Description
I use the `` element and add an onLayout callback, and get a width which is the entire available space, not the dimensions of the text itself.
With new architecture - reports w…
-
I would like to be able to define custom event triggers inside a ComponentState that I can use to drive events in other states.
As an example using ReusableCounter, I define an event trigger called…
-
I'd like to be able to create re-usable components, but providing some initial default values when I create them.
For example:
```
def AppFunc():
import reflex as rx
class Counter(rx…
-
## Current Behavior
After crash and lost rx signal, failsafe RTH procedure starts engines and try to fly back home, but it is not possible because quad is stuck in bushes or other crops - this is a r…
-
### Build Info
v10.0-prealpha
### Description
Sometimes, when spectating players whilst yourself dead, in the first person mode, their weapon viewmodel is not visible. It also seems some othe…