Aiman Khaled Maqram

Results 3 comments of Aiman Khaled Maqram

Is there a better solution than moving to devDependencies?

![image](https://user-images.githubusercontent.com/77441434/182386582-c1515ed0-ad69-437b-b440-96bad1f8f03a.png) https://github.com/facebook/create-react-app/issues/11174#issue-935928547 Hope it helps someone if your use yarn run `yarn audit --groups dependencies` https://github.com/yarnpkg/yarn/issues/8635#issuecomment-950109006

To me, this one works fine. > declare module '*.svg' { > import * as React from 'react' > const ReactComponent: React.FC > export = ReactComponent > }