Amit Solanki
Amit Solanki
@andrewnhem Landr sites are not regenerated on retest, so this probably won't work. we either need to add new commits or create a new PR for landr to trigger again.
@robertgzr does updating the version on the site fix the issue for now?
- #76 Seems to be connected to this. as we are not converting the data on first load but only on subsequent calls.
Late reply, but it seems that the `typeof getNum === 'number'` is false on the first run. Seems like there is some in consistency on how the data is converted.
```jsx import useInputValue from '@rehooks/input-value'; import useInputFocus from '@rehooks/input-focus'; function MyComponent() { let name = useInputValue('Jamie'); let {isFocused, bind} = useInputFocus() // bind = { onFocus: [function], onBlur: [function] }...
@j-f1 that sounds more natural.
Is this issue resolved?
Hey, we do drop parens when we should like for `puts` etc. we can add more method names where parens are not required, or we can default to no paren...
@AlanFoster Due to personal and professional commitments I was not able to give this enough attention and probably won't be able to for at least a month. That said, to...
We can merge this into master and then can be taken ahead from there.