Masen Furer
Masen Furer
we need to unwrap vars inside lists and dicts when they are real JS values (like functions), but for things that serialize to dictionaries, the unwrapping is taking away the...
vars are serialized up front using reflex.utils.serializers and related functions... the `_var_name` is already the serialized form
The problem with touching anything in this formatting code is that it's going to have fallout for other parts of the framework that have been working fine. Any changes must...
Vars end up looking different based on some of their internal flags (`_var_is_string` and `_var_is_local`), but generally the `str(my_var)` is the format that gets used in the generated code. I...
Interesting approach, appreciate the sample code and good description. I think this could work, the main difference to make `run_script` return the value is to have the internal callback function...
Do you have repro code? Were doing a follow up release on Monday to sweep up any issues that might have slipped the .0
have you tried removing `style={'width':'100%'}` from the `rx.popover.root`?
Is there anything unusual in your app, like changing `reflex.constants` values? or threads modifying the `assets` folder? I'm trying to figure out how to reproduce this issue, which appears to...