-
**Describe the bug**
When rx.cond and rx.accordian are used together, the open accordian is closed when rx.form is submitted.
**To Reproduce**
```python
import reflex as rx
class TestStat…
-
**Describe the bug**
Clicking "Click me!" or "Click me optionally!" results in a deprecation warning.
`DeprecationWarning: mismatched-type-assignment has been deprecated in version 0.6.5 Tried to …
-
My app mostly works on 0.6.1a but I did get the following exception printed in the terminal while uploading a 500MB file. It did not seem to cause my app to fail, just the exception was printed:
``…
-
This page is a living document outlining the major projects we're working on next for reflex 0.7.0. The projects are ordered more-or-less in the order we plan to complete them.
Feel free to comment…
-
My server hosts:
1. A redirect from the "/" path to a different host that describes the project
2. The project's backend API under "/prefix"
3. Some static content (paths other than "/" or the AP…
-
I see that session is stubbed and returns only a load! method, however how can I add to this to add say a {current_user_id: 1} hash
-
One thing some projects do that we could do more of is identifying problems that would be good for newcomers to tackle. We've been really thrilled to see lots of new faces over the past few weeks, and…
-
Cannot find propper way to access query parameters to get access token from redirecting on my reflex frontend app
My State class is:
```
class State(rx.State):
"""The app state."""
@r…
-
@jaetask
hey! domvm author here.
btw, domvm has a tiny routing module :)
also check out http://projects.jga.me/routie/ which I was evaluating before going with my own.
another great minimal grid i…
-
Steps to reproduce:
1. Run `reflex init` and select some rules to enforce.
2. Run `reflex build` to generate Terraform files in `reflex_out`.
3. Edit `reflex.yaml` and remove a rule.
4. Re-run `…