DDC: JS-Interop tearoffs cause type errors #32370
Labels
closed-duplicate
Closed in favor of an existing report
web-js-interop
Issues that impact all js interop
I had code like the following:
sink.stream.listen(worker.postMessage);
... and had to change it to the following to get it to work/not error out:
The text was updated successfully, but these errors were encountered: