Andrey

Results 3 comments of Andrey

That would be really awesome.

https://ahooks.js.org/hooks/use-latest this helped as a workaround. And a bit of weird stuff made it work :) ``` const latestCountRef = useLatest(input); const inputChange = (new_text) => { setInput(new_text) console.log('just set...