Ask A Question

Notifications

You’re not receiving notifications from this thread.

Link_to show rendered in terminal before clicked is normal?

Alex Marcial asked in Rails

I create a new project and when i pass the pointer over the link_to, i see in the terminal like an i clicked. This happen in every new proyect created, this is a normal function or how can i solve this?.
I have rails 7.1.3

Reply

This problem is for a new feature of Turbo v8, to avoid this use data-turbo-prefetch="false" in a specific link_to.

Reply

Open your browser's developer tools and inspect the console for any error messages or warnings that might provide clues about the cause of the issue. Look for any JavaScript errors or unexpected behavior that could be related to the hover-to-click heardle problem.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,584+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.