Aiman Khaled Maqram
Aiman Khaled Maqram
Is there a better solution than moving to devDependencies?
 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 > }