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

[Inertia] Update <Link> tags & implement <Head> management (title tag) #90

Merged
merged 21 commits into from
Jul 20, 2021

Conversation

claudiodekker
Copy link
Contributor

@taylorotwell taylorotwell merged commit b1281f3 into 1.x Jul 20, 2021
@taylorotwell taylorotwell deleted the upgrade-inertia branch July 20, 2021 13:43
@@ -1,5 +1,15 @@
<template>
<inertia-link class="block w-full px-4 py-2 text-left text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">
<Link class="block w-full px-4 py-2 text-left text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">
Copy link

@joshuapack joshuapack Jul 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing a href attribute. We will get an error like this inertiajs/inertia#744 if no href attribute on a Link.

Copy link
Contributor

@pro-kurt pro-kurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identifier 'Link' has already been declared. in Dropdown.js

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.

4 participants