Description
Using the features provided by the Vite Remix Router's DataAPI prevents Vite's fast refresh feature from working. This only affects the dev server.
The ESLint warning this issue triggers was disabled in b812b00.
More information about fixing a similar problem with Vite and the static implimination of React Router can be found in this PR.