'ArrayBufferView' is not assignable to parameter of type 'string | ArrayBufferView #26129
Labels
needs investigation
requires further investigation before determining if it is an issue or not
types
Issues related to TypeScript types
Version: Deno 2.0
While trying to build an Astro site with Deno 2.0 I hit an error about mismatched types. I have managed to create a reproducible snippet that should help track this down:
This seems to be valid typescript, but
deno check
fails with:This could be a duplicate of #22381
The text was updated successfully, but these errors were encountered: