You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Style property values shouldn't contain a semicolon. Try "border: 2px solid black" instead.
in table
in div
in TodoList
in div
in TodoBox
Warning: Style property values shouldn't contain a semicolon. Try "border: 1px solid black" instead.
in td
in tr
in Todo
in tbody
in table
in div
in TodoList
in div
in TodoBox
But if I remove the semicolon, I can't pass the verification.
It's weird though.
The text was updated successfully, but these errors were encountered:
moseskarunia
changed the title
Why it's expect semicolons inside table style?
Why it's expect semicolons inside style in ex 4 - proptypes? (Exercise before it also requires semicolon)
May 17, 2018
If I verify it:
If I run it, there's below warning:
But if I remove the semicolon, I can't pass the verification.
It's weird though.
The text was updated successfully, but these errors were encountered: