Tim Child
Tim Child
First of all, thanks for the great pytest plugin! Also, I like the idea of being able to specify event_loop scopes explicitly and separately to the fixture scopes. While playing...
## Describe the issue Running `reflex component build` I'm getting `ModuleNotFoundError: No module named 'clerk_api_demo'`. Only occurs on `0.7.6` Also was occurring because of a "scripts" dir I had with...
**Describe the bug** A clear and concise description of what the bug is. Since reflex 0.7 the `rx.select` component does not work properly within an `rx.drawer` popver. The behavior has...
Update the **Setup Locally** instructions to use `uv` instead of `venv`. I'm pretty sure you are all using `uv` now for package management, and it seems like a good idea...
I had some trouble using the `rx.select` component within a drawer since a recent update to react . Setting the position to "popper" fixes it. Thought I'd just add a...
### Checked other resources - [x] This is a bug, not a usage question. For questions, please use GitHub Discussions. - [x] I added a clear and detailed title that...