标签: css reactjs typescript
我正在将Typescript与React一起使用,目前正面临该问题
答案 0 :(得分:2)
style属性需要一个具有样式属性而不是字符串的对象:
style
style={{ backgroundImage: "url('https://source.unsplash.com/07fzqFEfLlo/1920x1080')" }}
See the React docs on the subject.