Ben Jacobson
Results
2
comments of
Ben Jacobson
@MichaelDeBoey I'm still getting the lint error with `[fetcher.load]`. This seems to work, but looks a little clunky: ``` const fetcherLoad = fetcher.load useEffect(() => { fetcherLoad('/example') }, [fetcherLoad]) ```
Here is a minimal repro of the issue: https://github.com/bjacobso/effect-cloudflare-issue just comment or uncomment `import { HttpApi } from "@effect/platform";` inside `app/routes/home.tsx` and then start the vite dev server. It might...