desvg icon indicating copy to clipboard operation
desvg copied to clipboard

Invalid tag: klever.component.48c086c8.svg

Open romanlex opened this issue 7 years ago • 0 comments

image Hello, I get this error when trying mount component with svg icon my loader

// SVG
{
  test: /\.component.svg$/,
  use: [
    require.resolve('desvg-loader/react'),
    require.resolve('svg-loader')
  ],
},

romanlex avatar May 29 '18 11:05 romanlex