We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Info: https://react.dev/learn/start-a-new-react-project#bleeding-edge-react-frameworks
The text was updated successfully, but these errors were encountered:
And add the ability to use Link from next.js by default please
Sorry, something went wrong.
If you mean mixing uikit Link with next.s Link, then it can be done like that, according to docs:
import Link from 'next/link'; import {Link as UIKitLink} from '@gravity-ui/uikit'; <Link href={href} passHref legacyBehavior> <UIKitLink /> </Link>
I think that the original poster talked about something like this: mui/material-ui#37656
Support is coming - #1582
No branches or pull requests
Info: https://react.dev/learn/start-a-new-react-project#bleeding-edge-react-frameworks
The text was updated successfully, but these errors were encountered: