-
Notifications
You must be signed in to change notification settings - Fork 89
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
add render
prop to NavigationItem
(#3279)
#3417
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 98555ba The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
7a77190
to
6aec97a
Compare
6aec97a
to
60c3bf4
Compare
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.
Had a chat with @mark-tate about an alternative
a14f302
to
492fdd4
Compare
492fdd4
to
38d10c2
Compare
packages/core/src/__tests__/__e2e__/navigation-item/NavigationItem.cy.tsx
Show resolved
Hide resolved
packages/core/src/__tests__/__e2e__/navigation-item/NavigationItem.cy.tsx
Outdated
Show resolved
Hide resolved
aa84ff5
to
510fb0c
Compare
Co-authored-by: Josh Wooding <[email protected]>
- test the DOM element exists in RenderElement tests - move the CustomLinkComponent out of the example, to avoid folks copying it - render element docs page broken by linter, props merging section now appears
8a58031
to
85ed339
Compare
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.
A11y issues
Co-authored-by: Josh Wooding <[email protected]>
Co-authored-by: Josh Wooding <[email protected]>
render
prop enables the substitution of the default anchor tag with an alternate link, such as React Router, facilitating integration with routing libraries.