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

chore(@solidjs/router): Link and NavLink deprecated #395

Closed
wants to merge 1 commit into from
Closed

chore(@solidjs/router): Link and NavLink deprecated #395

wants to merge 1 commit into from

Conversation

Vexcited
Copy link
Contributor

Description

https://github.com/solidjs/solid-router/blob/d0695a715912db2480e082d03e5f0533a8b87e2d/src/components.tsx#L246

As you can see, they still export them for now but instead of Link, we use A component now. I kept the deprecated imports but added A since it's the one in the documentation now.

> https://github.com/solidjs/solid-router/blob/d0695a715912db2480e082d03e5f0533a8b87e2d/src/components.tsx#L246

As you can see, they still export them for now but instead of `Link`, we use `A` component now. I kept the deprecated imports but added `A` since it's the one in the documentation now.
@antfu
Copy link
Member

antfu commented Jun 13, 2023

I am not sure if we should auto-import A as it's too general

@Vexcited Vexcited closed this by deleting the head repository Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants