Nick Gushchin
Nick Gushchin
Hello! I'm pretty new in fp, and I have some some misunderstanding how to resolve cases like this: ```javascript const load(/* ... */): Promise => { const data: Maybe =...
Currently gotem fails when target is input component. I suggest to change [this line](https://github.com/callmecavs/gotem/blob/master/src/gotem.js#L16) ```javascript range.selectNodeContents(target) ``` to ```javascript range.selectNode(target) ``` Or even check if node is an input.
### Problem or feature description: In some cases `onChange` callback is fired during rendering (especially with new react' concurrent mode) ### Steps to reproduce (for problems): ### Versions (for problems):...