-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hey 👋🏻 Recently took a lot of inspiration from this on a project I worked on recently. Great tool! :D
Two of the common issues I came across was using styled components as={MyComponent}
and components such as const CustomButton = ({...rest}) => <Button {...rest}/>
.
We ultimately decided/accepted we couldn't accurately count every instance with static analysis, we were more interested in a general pattern of adoption and rephrased to "this component is used at least .... many times".
Just wanted to know if you had any thoughts/ideas on this? 🤔
RaillyH
Metadata
Metadata
Assignees
Labels
No labels