-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add connection prop to diode #721
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default values for pcb component width/hright are weird, im not sure you need to be redefining those functions- at the very least you should make sure that footprints work with a snapshot test if making changes to that fn
@seveibar i think you are right no need of that pcb render function for this issue. i have removed that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Anshgrover23 you've got to read over your code before requesting review, the super
calls are clearly not needed!
@seveibar i think i misinterpret the functions there is only needed change in props after doing that this all are working fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, was just the prop definition that was missing
/claim #719
Fixes #719