Tunde Yakub

Results 4 comments of Tunde Yakub

I'm having this same issue and I believe it's related to this open PR in unirest [https://github.com/Kong/unirest-nodejs/pull/129](https://github.com/Kong/unirest-nodejs/pull/129) Please is there a possible fix aside hoping [https://github.com/Kong/unirest-nodejs/pull/129](https://github.com/Kong/unirest-nodejs/pull/129) gets merged?

@salbertson I still get the hound violations `'import' is only available in ES6 (use 'esversion: 6').` after changing .eslintrc.js to .eslintrc. And I read this information too https://intercom.help/hound/configuration/eslint Update -...

I am having the same issue. When `props.value` changes, The `NumericInput` `state.value` does not update. `NumericInput` rerenders, but the value of `state.value` remains the same. Checking for that in the...

That's okay @himelbrand . Yes I tested it and it worked. Updating the state when `props.value` changes fixed the issue.