Mateusz Juszczyk
Mateusz Juszczyk
React Developer Tools is Chrome extension made for debugging React scripts. I think it would be good if you could enable it in create-nw-react-app. It's available [here.](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)
The documentation clearly states that functions edgeLength and hexArea allow for second parameter to be UNIT.rads for edgeLength or UNIT.rads2 for hexArea. However when calling these functions: ``` h3.edgeLength(12, h3.UNIT.rads);...
I use ES6 features like const, let, arrow functions. Unfortunately JSHint hints them even although there's `"esversion": 6` in .jshintrc settings. Other JSHint options work, for example `"node": true` works....