Skip to content
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

Forward ref for button, link components #204

Merged
merged 1 commit into from
Aug 18, 2020
Merged

Forward ref for button, link components #204

merged 1 commit into from
Aug 18, 2020

Conversation

kylesuss
Copy link
Collaborator

Partial implementation of #159

I am basically adding this because of:

vercel/next.js#7915

Now all function children of next's Link component need to forwardRefs. I am keeping it to just the Button and Link for now as that is likely all that is a child of a link. Happy to upgrade other components if necessary, but don't want to over-optimize.

@kylesuss kylesuss merged commit 3b16471 into master Aug 18, 2020
@kylesuss kylesuss deleted the forward-ref branch August 18, 2020 23:04
@kylesuss
Copy link
Collaborator Author

🚀 PR was released in v5.1.26 🚀

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

Successfully merging this pull request may close these issues.

1 participant