core-rs-albatross icon indicating copy to clipboard operation
core-rs-albatross copied to clipboard

chore(web-client): fix default comlink import in node

Open onmax opened this issue 2 weeks ago • 3 comments

What's in this pull request?

The current import does not work and when we try to use web client in node will result in an error.

comlink does not have export default, and instead we should use import * as Comlink from 'comlink' like we do in other files. For example bundle.js

onmax avatar Feb 08 '25 19:02 onmax