-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Pass className into <Link>...</Link> #588
Comments
oh weird, seems like it does this. not sure what's going on then 😅 |
Actually, I'm still running into issues with this on latest beta. Doesn't seem to work properly: import Link from 'next/link'
<Link href='/' className='link'>hi</Link> Can someone double-check this? |
@matthewmueller
|
Ahh okay, so would this:
resolve to: |
I'm pretty sure we should deprecate |
Also @matthewmueller that |
As @rauchg stated we are deprecating |
I'm sorry but I'm still a little confused about this. Is the idea that you'd never add an |
We do pass down the You should be able to |
Got it – thanks! |
Would probably be good to pass entire props in actually
The text was updated successfully, but these errors were encountered: