You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
I have found this to be true. Its something to do with order of operations/race conditions. I know this doesn't sound like a solution but I would suggest that you use component state for inputs and relay that state to Freactal indirectly in the componentDidUpdate hook.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Create controlled input with freactal store - whenever you type a character at any cursor position, the cursor jumps to the end of input.
This repro is taken straight from the README https://github.com/FormidableLabs/freactal#effects
https://codesandbox.io/s/4xoo5k50l7
The text was updated successfully, but these errors were encountered: