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
Hi, i get the following error if I try to use the code:
Type '{ onData: (data: any) => void; onResize: (cols: any, rows: any) => void; options: { cursorBlink: true; }; style: { width: string; height: string; }; }' is not assignable to type 'IntrinsicAttributes & XTermProps'.
Property 'onData' does not exist on type 'IntrinsicAttributes & XTermProps'.
The text was updated successfully, but these errors were encountered:
Hi, i get the following error if I try to use the code:
The text was updated successfully, but these errors were encountered: