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
{{ message }}
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
The provided example crashes in comlink 4.2 (after fixing the comlink import to const Comlink = require('comlink')):
❯ node main
(node:46371) UnhandledPromiseRejectionWarning: TypeError: MyClass is not a constructor
at f (/Users/semenov/work/semenov/test/main.js:20:25)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The provided example crashes in comlink 4.2 (after fixing the comlink import to
const Comlink = require('comlink')
):The text was updated successfully, but these errors were encountered: