-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Is there anyway we can track the styled component to it's origin? See example below
import {Button} from 'design-system'
import {styled} from 'react-emotion'
...
const StyledButton = styled(Button)`
//some css here
`
const Container = () => {
return <StyledButton>
}
in this case, I would consider StyledButton IS Button from 'design-system'
but in the generated report, I think we are only getting
{
"StyledButton": 1
}
is there any way we can detect this type of situation?
tiotto, veekas, denkristoffer, skorepaa, smol-honk and 1 more
Metadata
Metadata
Assignees
Labels
No labels