Link_to show rendered in terminal before clicked is normal?
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
This problem is for a new feature of Turbo v8, to avoid this use data-turbo-prefetch="false" in a specific link_to.
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.