Created by: watadarkstar
EDIT: This should no longer be an issue with the latest version of these packages, but if you have this problem here is the fix.
Going through the guide and I got a flow error running yarn test
at the part where one is required to add flow. See:
https://github.com/verekia/js-stack-from-scratch/issues/221
The solution is to add the following to your .flowconfig
:
[ignore]
.*/node_modules/eslint-plugin-jsx-a11y/*
I propose to add this to the guide so others won't have this issue. Like these people: https://github.com/verekia/js-stack-from-scratch/issues/237 and https://github.com/verekia/js-stack-from-scratch/issues/221