Thomas Brandého
Thomas Brandého
I can reproduce the issue. For some reason the content popover size is delimited by ... the `popover.trigger` width, and completely ignore the width set in `popover.content`. I'm wondering if...
Does the problem still occurs on 0.6.0 ?
PR #4006 is introducing `REFLEX_USE_SYSTEM_BUN` as an env var. Let us know if this solve the issue for you.
Sorry for the delay in getting back to you on this. Made a PR that should fix the issue with bun_path, let me know if you can give it a...
Should be fixed by https://github.com/reflex-dev/reflex/pull/4537
Hi thanks for reporting. This is a known bug, but we have yet to find the exact reason it happens (after downloading, it seems to cause issue with the WS...
Related PR: https://github.com/reflex-dev/reflex/pull/3041 We didn't merge that PR because it would cause other unwanted side effects.
I didn't manage to reproduce that error. Are you still running into this on latest `main`?
The syntax is wrong, you can't have a rx.redirect directly as a child of a component. You need to bind that event to an event trigger.
If you want to execute logic when the page open, attach this to the `on_load` trigger when adding the page.