Nikhil Rao
Nikhil Rao
We no longer prompt when the port is taken and automatically change the port.
Closing this issue for now.
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
Merged in #3406
@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/).
counter example: why response is slow, when click really fast, the counter takes seconds to catch up
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...