Masen Furer

Results 196 comments of Masen Furer
trafficstars

I plan to fix this in the next week or so as part of #839.

Fixed via #1646

This might be addressed by #2198, which will optimize state updates in larger apps.

Perhaps related to #787; I didn't think returning an EventHandler was generally supported in 1.0.22-1.0.24. Either way, the information provided in the issue is not enough to reproduce the problem....

What is the warning text? > Warning: State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it...

The entire full controlled input handling code has been removed.

Related: https://github.com/facebook/react/issues/955 i think the issue here is that `setState` is being called outside of the `onChange` handler (from react's perspective). a couple of solutions come to mind, but the...

Looks completed via #1058, maybe just lacking docs and examples?

`reflex run` or `python -m reflex run` should be "debuggable" entry points since the backend runs in-process instead of as a subprocess