EXAMPLE: How can I ask a good question? #738
mbosselmann
announced in
Guides & FAQ
Replies: 1 comment 1 reply
-
Dear Mareike, The problem is, that you missd out to import
hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an example post on how a question should be posed, how it is answered, and what it looks like when an answer is marked as "answer".
Hello,
I am currently working on my
Card
component and I am getting an error message that I don't understand. It seems to be related to my Styled Component and is generated by ESLint.I have committed and pushed my current status. It is accessible at this link. The branch is called "card".
Description of the error:
How can one reproduce the error?
The error message is displayed in the browser immediately upon starting the Development Server.
Where and when does it occur?
Right when starting the Development Server.
What is expected, what happens?
I expect my component to render without an error message. If I dismiss the error message, it still appears, but when I restart the Development Server or refresh the browser, the error message comes up again.
What are the error messages?
What have I already tried:
I have already searched online for this error and I tried rewriting the Styled Component because I thought I made a syntax error. However, this error keeps coming up. 😢
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions