25

I am using Typescript with React and is currently facing the issue

Error in Compiling

1 Answer 1

44

The style attribute expects an object with style properties rather than a string:

style={{
    backgroundImage: "url('https://source.unsplash.com/07fzqFEfLlo/1920x1080')"
}}

See the React docs on the subject.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.