-
Notifications
You must be signed in to change notification settings - Fork 9
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
prevent dollars to be passed to another function #71
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed Performance ReportMerging #71 will improve performances by 23.57%Comparing Summary
Benchmarks breakdown
|
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.
looks good to me
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.
Generally the change looks good and I don't know where the -24% execution time comes in, but I like it 😄
I think the approach of not forwarding the props if it's not a yak-component is generally good, but we have to think about the case with the theme.
What do you think?
Maybe I found a fix - lets see if the pipeline is happy |
The performance gain is that it now finally detects nested yak components and calls them directly without telling react 🤣 |
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.
Good job. Really nice change
there was a bug which caused invalid prop forwarding
this pr adds the following test and ensures that it passes: