This repository was archived by the owner on Mar 12, 2023. It is now read-only.
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
prefetch="intent" on the Remix Link component? #7
I've got
prefetch="intent"on many Link components and that throws an exception if I hover over the<Link />Is it possible to mock it? Base case I don't think we'd want it to fetch data or do anything so() => voidis what we want I imagine? What's the method for dealing with Link components atm?