Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Error reporting not working for single invalid property #20

Closed
mjbvz opened this issue Oct 15, 2017 · 2 comments
Closed

Error reporting not working for single invalid property #20

mjbvz opened this issue Oct 15, 2017 · 2 comments
Assignees
Labels

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Oct 15, 2017

import styled from 'styled-components'

styled.button`
    boarder: 1px solid hotpink; 
`

Should show an error since boarder is not a known property name

@mjbvz mjbvz added the bug label Oct 15, 2017
@mjbvz mjbvz self-assigned this Oct 15, 2017
@utkuturunc
Copy link

utkuturunc commented Oct 17, 2017

const MainLayout = styled(Layout)`
  min-height: 100vh;
  boarder: 100vh;
`

this also will not show an error. if i change any letter in min-height, the plugin is able to detect it.

update: reverting to 0.0.5 solves the issue.

@mjbvz mjbvz closed this as completed in 841d38b Oct 24, 2017
@mjbvz
Copy link
Contributor Author

mjbvz commented Oct 24, 2017

Should be fixed in 0.1.2:

screen shot 2017-10-24 at 4 23 52 pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants