Nikhil Rao
Nikhil Rao
@HellAmbro I think your method of using the cond makes sense. You can add an `on_load` event to your page that will trigger when the page loads - and it...
It is of type `BaseVar` because the value of a state var is not known at compile time. `BaseVar` is how we translate to javascript variables - so that weird...
The new recommended way is to use `rx.upload_dir` which will allow files to be added dynamically: https://reflex.dev/docs/library/forms/upload/
Fixed with the debounce_input PR #1327
@rohitsathish Could you share what code you're trying to run?
We don't support Pydantic v2.0 yet - we have an issue to add this: https://github.com/reflex-dev/reflex/issues/1539 Can you try downgrading for now?
@danik292 It's within the `reflex.py` in the `_init` function here: https://github.com/reflex-dev/reflex/blob/main/reflex/reflex.py#L64
@justicho sounds great! The component is based on the [GridJS React](https://gridjs.io/docs/integrations/react) component under the hood, so a good place to start may be to see how to achieve this in...
I found this issue is solved by setting the style prop for the table: ```js ``` We don't currently expose this prop on our component - once we do it...
@sid-38 Great investigation thanks for finding this. I'd be open to pinning `uvicorn` - my only concern would be if this strict requirement may have conflicts with other packages that...