Javascript – Error while styling background color of an span in React
I'm following Jonas Schmedtmann's full-stack crash course, and everything is fine. But in this part, I'm receiving a React runtime error (TypeError: Cannot read properties of undefined (reading 'color')) while I'm coding everything that he codes. Error is related to…