Nikhil Rao
Nikhil Rao
@SlonSky I believe this is because somewhere your `ExampleState.items` is being set to `None` rather than an empty list. Then in Javascript, it's unable to call the `map` function leading...
@theViz343 just assigned you - let us know if you have any questions!
This should be resolved in the latest code (please re-open if needed!)
@mohammed-anwar404 I looked a bit, I think the main issue is that our component is on version 0.359 (https://github.com/reflex-dev/reflex/blob/d77b900bd7a9b05f2d60d6f70120c1e61c08b162/reflex/components/lucide/icon.py#L8) whereas Lucide is now on 0.447 (https://www.npmjs.com/package/lucide-react) I think we may...
@ramizik let us know if you have any issues - we can also help on Discord
@Fabipaz we're currently in beta and limit to 5 free apps. We're in the process of updating our tiers and introducing a pricing model soon.
@samarth9201 just assigned you!
@etaldot sounds good! Just assigned you to it
I think for this you have to modify the `Var.__format__` method here: https://github.com/reflex-dev/reflex/blob/ce47fcfd6cf0f2886c95363b6b84fe3950d07b4e/reflex/vars.py#L279 We will have to read the `format_spec` and compile it out to the equivalent JS code to...
This sounds interesting - I think it may be related to this old issue: https://github.com/reflex-dev/reflex/issues/46