Open mathxlee opened 1 year ago
Are you setting "type": "module"
in your package.json
?
Are you setting
"type": "module"
in yourpackage.json
?
Yes, we have, but still got the same errors and not working.
I think using import idkit from '@worldcoin/idkit/build/idkit-js'
instead of import * as idkit
should work
Does this library support Vue? It looks like it only supports reactjs.
❤️
I am currently working on adding Vue support – https://github.com/vinayakkulkarni/idkit-js/tree/feat/add-vue-support
Hi team, I tried to install the package like this:
yarn add @worldcoin/idkit
and then import and init it:
but i got tons of errors from the node_modules:
any help will be appreciated.