Andrés Manikis

Results 4 comments of Andrés Manikis

I also think it would be great to include a section on how to configure Jest. I'd include it under the React section. I think Jest (and also React Testing...

You can always override the dependency like this in your project's `package.json`. ```json "overrides": { "react-scripts": { "@svgr/webpack": "6.5.1" } } ``` Having said that, I think this should be...

Hi @daschaa, I'm glad you took the time to raise this PR. I'm not sure which should be the test plan to make sure everything is working properly after the...