Erinç Fırtına
Erinç Fırtına
https://github.com/unexge/foect/blob/834f4a8862faea5aad9b09d0befc8ad2a267717c/src/control.ts#L70 As you can see above link. if form value is falsy control component fallbacks to empty string. This misdirects to developers and causes to break type strict codes. For...
Title explains everything...
There is a problem with resolving `babel-jest` module in `react-app-wired` due to a new version of `react-scripts`. Maybe there can be small info in the setup step. For more info:...
I think jest `setupTests` would be nicer outside of the source folder.
https://github.com/atolye15/cra-recipe#step-8-setting-up-our-test-environment In the above step, I think Enzyme should not be included. Maybe there can be a separate step for Enzyme setup. Some people can prefer to use other libraries...
I was setting up a new app via [atolye15/cra-recipe](https://github.com/atolye15/cra-recipe) when installing eslint, I got below warning. Looks like there are some different dependency version unmet between eslint 5 and 6....