You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps there is an incomplete definition on ReactiveProxy... ?
import{r}from"@arrow-js/core";typeData={payload: Uint8Array;};constdata=r<Data>({payload: newUint8Array(),});data.payload=newUint8Array();// ^^^^^^^^^ Type 'Uint8Array' is not assignable to type 'ReactiveProxy<Uint8Array>'.
The text was updated successfully, but these errors were encountered:
Perhaps there is an incomplete definition on ReactiveProxy... ?
The text was updated successfully, but these errors were encountered: