Gaurav Gupta

Results 45 comments of Gaurav Gupta

the destructuring pattern should be used for other objects as well ? For example, I am using `history.push` in my effect, and the eslint rule complains that I have a...

> The rule assumes you’re working with immutable objects that originate in render. (Or mutable objects that originate outside of it.) useEffect won’t rerun it some random mutable fields on...

Were you able to figure out why this was happening ? any workarounds? I am observing the same behaviour: Any other change to css results in HMR, but any changes...

i think this is a valid use case, and can be used to achieve something similar to the state that react router supports. i want to attach some state to...

@castarco I don't have any issues with making the setup work with `cz-conventional-changelog` and `commitlint` with husky, my question is more to understand whether I should be using `cz-conventional-changelog` at...

`commitlint` does have a wizard: https://www.github.com/conventional-changelog/commitlint/tree/master/docs%2Fguides-use-prompt.md Also, if you use `commitlint` as well as `cz-conventional-changelog` then you might be (assuming this because both of these repos are maintained separately) sourcing...

Oh Ok, so are you suggesting that when I use cz-conventional-changelog as well as commitlint, cz-conventional-changelog would use the commilint configuration by default?

> `commitizen` & `cz-conventional-changelog` are able to read and use the `commitlint` configuration (I checked it). As per my current understanding, commitizen would use the commitlint config if I use...

does it work if you change VFC to FC ? It seems there is a bug in docgen wich does not export the docs for VFC by default

What is the current understanding on this, is there a way to use these rules from stylelint core already or should we be using the individual (possibly unmaintained) libraries for...