Nikhil Rao

Results 163 comments of Nikhil Rao

We no longer prompt when the port is taken and automatically change the port.

I believe this was resolved on the latest version of reflex. Feel free to reopen if that's not the case.

@seewindcn The memo component was a bit hacky and needs to be documented better for sure. For your use case, the following code works for me: ```python import reflex as...

@seewindcn Got it - I think this is just a bug in our memo, we should be recognizing `children` is not a normal prop, and it should put it within...

@benedikt-bartscher I just cut a new version of flexdown 0.1.5a10 off the latest main

@Spartan-71 The chakra code has moved [here](https://github.com/reflex-dev/reflex-chakra) and this is the [new docs website](https://chakra.reflex.run/introduction/).

Is this on local development or on the hosted version? On the hosted version it's likely due to roundtrip times - we only have one server so if you're far...