inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

Link component only updates URL bar

Open moseskamau338 opened this issue 3 years ago • 0 comments

Environment: Default Laravel Sail docker configuration

Description:

I have Inertia already set up in my app on a fresh install of Laravel, I pull in Ziggy and Tailwind to help out on the project Creating a few links and corresponding pages work perfectly;y using the inertia-link component.

Issue Immediately I add a separate dashboard layout, Inertia-link doesn't work. I noticed however that on pages where there are no layouts expressly declared (whether persistent or otherwise), it works perfectly.

Is this an issue with the Link component or what could be wrong?

Your help is greatly appreciated!

moseskamau338 avatar Apr 17 '22 17:04 moseskamau338