我想在React组件中添加SVG。我在没有JSX的情况下使用CoffeeScript:
svg viewbox: '0 0 800 600',
path
id: 'top'
d: 'M300,220 C300,220 520,220 540,220 C740,220 640,540'
我收到此错误:
Error: Invalid value for <path> attribute d="M300,220 C300,220 520,220 540,220 C740,220 640,540"
答案 0 :(得分:1)