deno check failing for @headlessui/react
Hello! After upgrading to deno 2 and trying to run
deno check ./routes/prescriptions/[prescription_id].tsx
I get an error
When I follow up at that import, indeed there is a bare import. That said, this did appear to be working before. Any ideas? Thanks so much in advance!
4 Replies
That sounds like a bug. Would love if you can file an issue for that: https://github.com/denoland/deno/issues/new/choose
Will do, thank @marvinh. !
GitHub
deno check failing for @headlessui/react · Issue #26131 · denoland...
Version: Deno 2.0.0 Hello! After upgrading to deno 2 and trying to run deno check ./routes/prescriptions/[prescription_id].tsx I get an error error: Relative import path "client-only" not...
sweet, thanks!