Bug: [5.0] SVGs cannot be imported (not as components, but regular import) · Issue #11770 · facebook/create-react-app

Describe the bug When importing a SVG in a regular manner (not as a component): import Logo from './logo.svg' There is an error upon yarn start: SyntaxError: unknown: Namespace tags are not support...