Barrie Treloar
Barrie Treloar
My goal is to see if I can write a test for the unescaped case and see where the error propagates. While doing some of the examples I found myself...
I hear you. [https://docs.npmjs.com/cli/run-script](https://docs.npmjs.com/cli/run-script) says > In addition to the shell's pre-existing PATH, npm run adds node_modules/.bin to the PATH provided to scripts. Any binaries provided by locally-installed dependencies can...
@anozaki You can use [Recompose](https://github.com/acdlite/recompose/blob/master/docs/API.md) instead of decorators. Then you can export the un-enhanced version of the component as well. Plus you can group your HOCs into one compose() call.