-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Link className #272
Comments
Try this: <Link>
<a className={sidebarLink} href="/zeit">Zeit</a>
</Link> |
|
@arunoda thanks! |
👍 |
have any way combine with NavItem react-bootstrap ? any idea ? please help |
Closed
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: 3f1e19e |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
is it supported?
Expected:
<Link className={sidebarLink} href="/zeit">Ziet</Link>
Result:
<a href="/zeit" data-reactid="12">Zeit</a>
Thanks
The text was updated successfully, but these errors were encountered: