Julio L. Muller
Julio L. Muller
I'm facing the same issue with *Arial*. And after extensive tests, we found out that the problem is restricted to *Arial Regular* (weight 400) and *Arial Bold* (weight 700). Other...
Conflicts resolved. @Zhengqbbb, I don't think it's needed. `commitizen` is a cross-language lib, so they don't actually support specific language configuration file, only data-exchange notations, as [presented in their documentation](https://commitizen-tools.github.io/commitizen/customization/#1-customize-in-configuration-file).
Any disclosure for that? I'm facing the same issue.
Taking a look at the source code, I realize that `useDeepCompareEffect` uses the dependency [`fast-deep-equal`](https://github.com/epoberezkin/fast-deep-equal) to compare `Map` instances. This wouldn't be a problem in most cases, however the output...
@ChenGuanglin0924, until ES6 objects are not supported, I would recommend you to stick to the old and good JS object as state, if it is possible for your use case,...
Beautiful! This is the only thing missing for my CLI tool to work perfectly!