Waseem Dahman
Waseem Dahman
Thanks for your contribution, @ahtcx! The change has caused a number of regressions: https://travis-ci.org/github/wsmd/react-use-form-state/builds/763322010#L221 You can test the types changes locally using this file: https://github.com/wsmd/react-use-form-state/blob/master/test/types.tsx Ideally this patch should be...
Thanks for the issue @keeganstothert - worth mentioning that there are a lot of similar issues being reported on other libraries as well since the release of React 16.13.0. It...
Hi folks, (and thanks for chiming in @markerikson!) Here's my two cents. I really hope this helps! :) ### What's happening? It is indeed `inputProps.value` what could potentially cause the...
I think this is a great idea, and will make a nice addition to the lib. It has come up before - see https://github.com/wsmd/react-use-form-state/issues/112 > Does this have some hidden...
I am having similar issue but a different cause. Clicks in MS Edge (v25.1) freeze after clicking on an element that looks like this: ```js class Item extends Component {...
@javascrewpt what's happening there is normal due to `Suspense`. The reason the cursor is jumping to the end is because `Suspense` is re-mounting the component tree entirely after you update...