Closed isaackrementsov closed 3 years ago
After signing in with Google, many of the links accessible from the homepage do not respond to the first click. This is probably caused by either the behavior of the Next <Link> component or placing non-inline elements inside of <a> tags.
<Link>
<a>
This only seems to be an issue in development; links work fine when running the app with npm run build + npm run start.
npm run build
npm run start
After signing in with Google, many of the links accessible from the homepage do not respond to the first click. This is probably caused by either the behavior of the Next
<Link>
component or placing non-inline elements inside of<a>
tags.