Nick Gushchin

Results 4 issues of 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):...

### Before You File a Bug Report Please Confirm You Have Done The Following... - [x] I have tried restarting my IDE and the issue persists. - [x] I have...

bug
package: eslint-plugin
accepting prs