Next.js Discord

Discord Forum

NextJS Link not navigating

Unanswered
Irish Setter posted this in #help-forum
Open in Discord
Irish SetterOP
Say I have the code:


When the user activates the search box and a div is rendered with search results, the Link element does not fire.
Any idea why?
When I hover over the rendered li item, the correct URL shows, but the "test" function is not fired. I can use that same link element in a different part of the code and hard code some of the mapped data without issue.

Package.json
"dependencies": {
"autoprefixer": "^10.4.14",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.43.0",
"mongodb-client-encryption": "^2.9.0",
"mongoose": "6.11.4",
"next": "^13.4.14",
"next-cloudinary": "^4.15",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"tailwindcss": "3.3.3"
}

0 Replies