Issue with `Schema.Uint8Array` not decoding `Uint8Array` directly

When using Schema.Uint8Array shouldn't it also allow to decode an
Uint8Array
? It only decodes an Array.

Here an example: https://effect.website/play#632b38aa6cb7
Was this page helpful?