tobilg opened a new issue, #76: URL: https://github.com/apache/arrow-js/issues/76
### Describe the bug, including details regarding any error messages, version, and platform. When trying to deploy an application to Vercel containing `@apache-arrow/ts`, I receive the following error message: ```text 22:25:40.719 | 22:25:40.719 | ./node_modules/@apache-arrow/ts/ipc/reader.ts:116:12 22:25:40.719 | Type error: 'toDOMStream' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions. 22:25:40.719 | 22:25:40.719 | 114 \| return (<AsyncIterableIterator<RecordBatch<T>>>this._impl)[Symbol.asyncIterator](); 22:25:40.719 | 115 \| } 22:25:40.719 | > 116 \| public toDOMStream() { 22:25:40.719 | \| ^ 22:25:40.719 | 117 \| return streamAdapters.toDOMStream<RecordBatch<T>>( 22:25:40.720 | 118 \| (this.isSync() 22:25:40.720 | 119 \| ? { [Symbol.iterator]: () => this } as Iterable<RecordBatch<T>> 22:25:41.308 | Error: Command "npm run build" exited with 1 ``` I'm unsure how I can fix this personally. Thanks for any hints! ### Component(s) JavaScript -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org