Closed travis closed 11 months ago
18.0.6 introduced a bug by using ArrayBuffer instead of Uint8Array, which doesn't serialize to JSON cleanly. Pin it to 18.0.5 to avoid breaking existing clients.
ArrayBuffer
Uint8Array
18.0.6 introduced a bug by using
ArrayBuffer
instead ofUint8Array
, which doesn't serialize to JSON cleanly. Pin it to 18.0.5 to avoid breaking existing clients.