-
Notifications
You must be signed in to change notification settings - Fork 206
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
[BUG] Nextjs 15 passing empty string href error #435
Comments
getting same error here |
same error here |
In case this helps anyone, I got this with an incorrect/empty usage of metadata. |
can confirm the issue is present on canary |
It's an irritating bug thay only occurs in the Next JS dev env for me. I had to use |
it seems to be a duplicate issue of an older problem referenced here: #319 |
|
This is happening when the connect kit modal is open, i get an error saying "An empty string ("") was passed to the href attribute. To fix this, either do not render the element at all or pass null to href instead of an empty string".
Not sure if i was getting this before i upgraded React to 19 & Nextjs to 15.1 but just laying it out here.
The text was updated successfully, but these errors were encountered: